mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 02:13:08 +09:00
10 lines
128 B
CSS
10 lines
128 B
CSS
root {
|
|
display: block;
|
|
margin: 20px 0;
|
|
}
|
|
leaf {
|
|
display: block;
|
|
background-color: green;
|
|
margin: 10px 0;
|
|
height: 100px;
|
|
}
|