Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css stretch font vertically

transform: scale(1, 1.3);
  -webkit-transform: scale(1, 1.3); /* Safari and Chrome */
  -moz-transform: scale(1, 1.3); /* Firefox */
  -ms-transform: scale(1, 1.3); /* IE 9+ */
  -o-transform: scale(1, 1.3); /* Opera */
 
PREVIOUS NEXT
Tagged: #css #stretch #font #vertically
ADD COMMENT
Topic
Name
9+8 =