Jeremy Keith
Y’know what I love? That I can do that in one line of CSS: html { font-size: clamp(100%, 50% + 0.666vw, 150%); } adactio.com/notes/19488
Y’know what I love? That I can do that in one line of CSS:
html {
font-size: clamp(100%, 50% + 0.666vw, 150%);
}
Y’know what I love? That I can do that in one line of CSS: html { font-size: clamp(100%, 50% + 0.666vw, 150%); } adactio.com/notes/19488
I love this one line approach too, though there has been occasion were it’s made me wish media queries weren’t weird smth.uk/rem-based-medi…
1 Share
# Shared by yunusemre on Saturday, October 1st, 2022 at 1:37pm