blob: ceb39e7a81b8cb395dd085eeb47791fd934fc28c [file] [log] [blame] [edit]
<!DOCTYPE html>
<html>
<head>
<style>
body {
margin: 0;
}
#container {
width: 700px;
height: 715px;
background: lime;
}
</style>
</head>
<body>
<div id="container">
</div>
</body>
</html>