after-inheritable-001-ref.html (327B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Reference</title> 4 <style> 5 div { 6 border: solid; 7 color: green; 8 text-align: center; 9 } 10 </style> 11 <body> 12 <p>Test passes if the words "PASS PASS" below are green and the words are centered within the box below.</p> 13 <div>PASS PASS</div> 14 </body>