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