blob: b76241dad4abecadb6b5bed37055e7dea3880e2e [file] [log] [blame]
<html>
<head>
<style type="text/css">
.green {
width: 100px;
height: 100px;
background-color: green;
}
</style>
</head>
<body>
<div class="green"></div>
</body>
</html>