mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-09 18:09:16 +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>
|