one stop shop for the Chrome #CSS features launched in 2024!
nerdy.dev/css-wrapped-...
one stop shop for the Chrome #CSS features launched in 2024!
nerdy.dev/css-wrapped-...
webkit.org/blog/16301/w...
webkit.org/blog/16301/w...
Customizable
Customizable
@media (min-width: 500px) { }
Wired:
@media (width >= 500px) { }
Even better when you need to double up like:
@media (500px <= width <= 1000px) { }
Took a minute but I got my brain to flip over to the new way. Also easier to avoid weird 1px gaps.
Good article:
cssence.com/2024/superio...
@media (min-width: 500px) { }
Wired:
@media (width >= 500px) { }
Even better when you need to double up like:
@media (500px <= width <= 1000px) { }
Took a minute but I got my brain to flip over to the new way. Also easier to avoid weird 1px gaps.
Good article:
cssence.com/2024/superio...