mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-02 17:00:19 +00:00
4 lines
80 B
CSS
4 lines
80 B
CSS
* {
|
|
transform: rotateX(45deg) rotateY(50deg) scale(3,4) translate(1px,2px);
|
|
}
|