blob: 15b521ae0e67de0c37c98e0ef8ae6b9e7635b24f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE html>
<html>
<body>
<div style="padding: 10px;
width: 100px;
height: 100px;
border: 10px solid black">
<div style="width: 100px; height: 100px; background: black">
</div>
</div>
</body>
</html>
|