blob: 953213cb5d99af48200aadd68e9d1d7fce24ee30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<style>
body { background-color: white; }
#outer
{
width: 100px; height: 100px;
border: 1px solid black;
}
</style>
</head>
<body>
<div id="outer"></div>
</body>
</html>
|