mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
13 lines
284 B
HTML
13 lines
284 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<div style="padding: 10px;
|
|
width: 100px;
|
|
height: 100px;
|
|
background-color: black;
|
|
border: 10px solid black;
|
|
background-clip: content-box;">
|
|
</div>
|
|
</body>
|
|
</html>
|