Make font/text Taller/higher

Do you want to share WYSIWYG Web Builder tips, tricks, tutorials or useful HTML code? You can post it here...
(no questions or problems please, this section is not monitored by support).
Forum rules
This section is to share tips, tricks and tutorials related to WYSIWYG Web Builder.
Please do not post questions or problems here. They will not be answered.

PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
Post Reply
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Make font/text Taller/higher

Post by Patrik iden »

Hello i found a code that can make font/text taller/higher. If you are in a positon that you want to use a small font/text but you want the text/font to be taller/higher then you can use this css code:

Code: Select all

transform: scaleY(1.4);
Post Reply