mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 18:35:06 +00:00
8 lines
145 B
CSS
8 lines
145 B
CSS
#foo {
|
|
background-color: teal;
|
|
color: white;
|
|
padding-left: 20;
|
|
padding-top: 20;
|
|
padding-right: 20;
|
|
padding-bottom: 20;
|
|
}
|