4 lines
38 B
CSS
4 lines
38 B
CSS
|
* {
|
||
|
transform: matrix(1,2,3,4,5);
|
||
|
}
|