mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 18:30:08 +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: 100px 100px;
|
||
|
}
|