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