mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 04:01:39 +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);
|
|
}
|