mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
17 lines
213 B
HTML
17 lines
213 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
body { margin: 0px; }
|
|
#test {
|
|
background: green;
|
|
width: 50px;
|
|
height: 50px;
|
|
margin: 25px;
|
|
}
|
|
</style>
|
|
<body>
|
|
<div id="test">
|
|
</div>
|
|
</body>
|
|
</html>
|