blob: 7823c16075e133cf57731d196cee180d9a03cae4 [file] [log] [blame]
<!doctype html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<style>
div {
background: green;
margin-left: 100px;
width: 100px;
height: 100px;
}
</style>
<div></div>