mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
16 lines
165 B
HTML
16 lines
165 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
div {
|
|
background: green;
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
</div>
|
|
</body>
|
|
</html>
|