JSFiddle - React, Tailwind, and code Playground
by 규연 황
HTML
<div class="title">
heading size calc
</div>
CSS
.title {
font-size: clamp(16px, 10vw, 50px);
/* font-size: clamp(16px, 1rem + 5vw, 50px); */
}
by 규연 황
<div class="title">
heading size calc
</div>
.title {
font-size: clamp(16px, 10vw, 50px);
/* font-size: clamp(16px, 1rem + 5vw, 50px); */
}