Learning_GTK4_tree/testsuite/reftests/gradient-flip.css

15 lines
228 B
CSS
Raw Permalink Normal View History

2023-12-12 11:36:42 +01:00
@import "reset-to-defaults.css";
#reference {
background: linear-gradient(to bottom, red, yellow);
}
window {
background: green;
}
#box1 {
transform: scaleY(-1);
background: linear-gradient(to bottom, yellow, red);
}