mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
16 lines
264 B
HTML
16 lines
264 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<style>
|
||
|
body { margin: 0px; }
|
||
|
div {
|
||
|
margin-top: 0.5px;
|
||
|
margin-left: 0.5px;
|
||
|
height: 100px;
|
||
|
width: 100px;
|
||
|
background: black;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body><div></div></body>
|
||
|
</html>
|