mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-02-15 04:42:05 +00:00
8 lines
216 B
CSS
8 lines
216 B
CSS
.rotated_a {
|
|
font-size: 90px;
|
|
-ms-transform: rotate(90deg); /* IE 9 */
|
|
-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
|
|
transform: rotate(90deg);
|
|
display: inline-block;
|
|
padding-left: 10px;
|
|
}
|