I have a div with 70% width, and here’s what I want to do:
70%
Here, I Updated it.... JS Fiddel
try to use
css
.parent { width:70%; height:auto; min-height:100px; background:red; font-size:10vw; } span{ display:inline-block; transform:scale(1.8,1); -webkit-transform:scale(3,1); }
HTML
This Text