mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-01 06:01:16 +00:00
11 lines
128 B
CSS
11 lines
128 B
CSS
root {
|
|
display: block;
|
|
margin: 20px 0;
|
|
}
|
|
leaf {
|
|
display: block;
|
|
background-color: green;
|
|
margin: 10px 0;
|
|
height: 100px;
|
|
}
|