mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 10:20:07 +00:00
16 lines
239 B
CSS
16 lines
239 B
CSS
* {
|
|
all: unset;
|
|
background-color: mintcream;
|
|
}
|
|
|
|
picture {
|
|
background-color: firebrick;
|
|
}
|
|
|
|
#reference {
|
|
background-image: image(lime);
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
background-size: 200px 200px;
|
|
}
|