p { display: inline-block; font-size: 32px; transform: scale(.5, 1); }
/*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*/