I have a text in an html div and this div I can resize. I wanted the font size of the div to shrink as I resize it. Could I do this using only css?
I've tried using VW css but this is page related and not what I would like.
font-size: 3.5vw;
I have a text in an html div and this div I can resize. I wanted the font size of the div to shrink as I resize it. Could I do this using only css?
I've tried using VW css but this is page related and not what I would like.
font-size: 3.5vw;