Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
html, body { background: white; }
</style>
<body>
<p>This text should be the same color (black) as the line below.</p>
<p>This text should be the same color (black) as the line above.</p>
</body>