Nuestros mejores desarrolladores han agotado sus depósitos de café, por su búsqueda diariamente por la resolución, hasta que Omar halló el hallazgo en Gitea por lo tanto ahora la compartimos contigo.
Ejemplo 1: rotación de texto css
.rotatetransform:rotate(-90deg);/* Legacy vendor prefixes that you probably don't need... *//* Safari */-webkit-transform:rotate(-90deg);/* Firefox */-moz-transform:rotate(-90deg);/* IE */-ms-transform:rotate(-90deg);/* Opera */-o-transform:rotate(-90deg);/* Internet Explorer */filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
Ejemplo 2: css rotar texto
/* Answer to: "css rotate text" *//*
If what you are looking for is a way to set type vertically,
you’re best bet is probably CSS writing-mode, here's a link:
writing-mode
If you’re just trying to turn some text, you can rotate entire
elements like this, which rotates it 90 degrees counterclockwise:
*/.rotatetransform:rotate(-90deg);/* Legacy vendor prefixes that you probably don't need... *//* Safari */-webkit-transform:rotate(-90deg);/* Firefox */-moz-transform:rotate(-90deg);/* IE */-ms-transform:rotate(-90deg);/* Opera */-o-transform:rotate(-90deg);/* Internet Explorer */filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);/*
For more information go to:
Text Rotation
*/
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)