blob: eeb5d8a95d28bff492868b8d00760ed646f7faeb [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
body {
margin: 0px;
}
#content {
background: silver;
width: 200px;
height: 300px;
}
</style>
</head>
<body>
<div id="content">a</div>
</body>
</html>