Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to stretch a font taller css

/*You can make your text taller by using the transform property with scaleY*/
transform:scaleY(2.5);
/*You can also make your text wider by using scaleX*/
 
PREVIOUS NEXT
Tagged: #stretch #font #taller #css
ADD COMMENT
Topic
Name
6+9 =