3 lines
80 B
CSS
3 lines
80 B
CSS
* {
|
|
transform: rotateX(45deg) rotateY(50deg) scale(3,4) translate(1px,2px);
|
|
}
|