blob: fd708f84c40e9be1094acfd41277fb535e2b51a0 [file] [log] [blame]
<html>
<head>
<style>
div {
height: 50px;
width: 50px;
background-color: blue;
}
</style>
</head>
<body>
<div id="box"></div>
</body>
</html>