Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

How to increase text height 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*/
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #How #increase #text #height #CSS
ADD COMMENT
Topic
Name
3+9 =