mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 10:20:07 +00:00
7 lines
172 B
CSS
7 lines
172 B
CSS
#reference {
|
|
background-image: url("green-border-red-100x100.png");
|
|
background-size: 100% 100%;
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
}
|