mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
13 lines
276 B
HTML
13 lines
276 B
HTML
<!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>
|