mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-17 05:07:10 +00:00
21 lines
279 B
HTML
21 lines
279 B
HTML
|
<root>
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head>
|
||
|
<style type="text/css">
|
||
|
root, html {
|
||
|
display: block;
|
||
|
margin: 0; padding: 0;
|
||
|
}
|
||
|
root {
|
||
|
margin: 20px 0;
|
||
|
}
|
||
|
html {
|
||
|
background-color: green;
|
||
|
margin: 10px 0;
|
||
|
height: 100px;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
</html>
|
||
|
</root>
|