8 lines
167 B
HTML
8 lines
167 B
HTML
<!doctype html>
|
|
<title>CSS Test reference</title>
|
|
<style>
|
|
div { color: green; font-size: 10px; }
|
|
</style>
|
|
<div>
|
|
Should be green, and have a 10px font-size.
|
|
</div>
|