mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-16 20:08:48 +00:00
10 lines
112 B
CSS
10 lines
112 B
CSS
root {
|
|
display: block;
|
|
padding: 30px 0;
|
|
}
|
|
leaf {
|
|
display: block;
|
|
background-color: green;
|
|
height: 100px;
|
|
}
|