JSFiddle - React, Tailwind, and code Playground
by Imri Paloja
HTML
<p>
Resize the width of the browser window to see how the font-size of h1 changes.
</p>
<p>1vw = 1% of viewport width.</p>
CSS
h1 {
font-size: 20vw;
}
by Imri Paloja
<p>
Resize the width of the browser window to see how the font-size of h1 changes.
</p>
<p>1vw = 1% of viewport width.</p>
h1 {
font-size: 20vw;
}