4 lines
35 B
CSS
4 lines
35 B
CSS
|
* {
|
||
|
transform: rotateZ(1,2,3);
|
||
|
}
|