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