blob: df94fe5cade361aced53bde865050ce7e2731f03 [file] [log] [blame]
<head>
<style>
.box {
width: 200px;
height: 200px;
background-color: green;
}
</style>
</head>
<body>
<div class="box"></div>
</body>