Generated CSS
css.fluid-heading {
font-size: clamp(18px, 8px + 2.86vw, 42px);
line-height: 1;
letter-spacing: 0;
max-width: 12ch;
}Developer
Create polished CSS snippets with adjustable inputs and preview-friendly output blocks.
.fluid-heading {
font-size: clamp(18px, 8px + 2.86vw, 42px);
line-height: 1;
letter-spacing: 0;
max-width: 12ch;
}Assumptions