mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
7 lines
137 B
CSS
7 lines
137 B
CSS
div {
|
|
transform: rotate(45deg);
|
|
transform: rotate(-50grad);
|
|
transform: rotate(3.1416rad);
|
|
transform: rotate(1.75turn);
|
|
}
|