ref-white-on-green-background.html (255B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Reference</title> 4 <link rel="author" title="Intel" href="http://www.intel.com"> 5 <style> 6 div { background-color: green; color: white; } 7 </style> 8 <body> 9 <div>This should be white on green.</div> 10 </body>