gtk2/testsuite/reftests/center-center-20x20-picture-in-200x100-overlay.css

16 lines
237 B
CSS
Raw Normal View History

* {
all: unset;
background-color: mintcream;
}
picture {
background-color: firebrick;
}
#reference {
background-image: image(lime);
background-repeat: no-repeat;
background-position: center;
background-size: 20px 20px;
}