Let’s Use the Nonexistent ::nth-letter Selector Now
“I think I’m done with reality.” — The Seventh Circle by Architects We’ve all, at some point,…
“I think I’m done with reality.” — The Seventh Circle by Architects We’ve all, at some point,…
Apple’s product animations, particularly the scrolly teardowns (technical term), have always been inspiring. But these bleeding-edge animations…
There are two ways to enhance Markdown in an Astro project: Through MDX Through a Markdown Component…
Markdown is a great invention that lets us write less markup. It also handles typographical matters like…
Writing large programs in JavaScript without modules would be pretty difficult. Imagine you only have the global…
Managing state in CSS is not exactly the most obvious thing in the world, and to be…
A date range selector lets users pick a time frame between a start and end date, which…
Every now and then, I stumble onto an old project of mine, or worse, someone else’s, and…
Multi-column layouts have not been used to their full potential, mostly because once content exceeded a limit,…
Creating rectangles, circles, and rounded rectangles is the basic of CSS. Creating more complex CSS shapes such…
April Fools’ Day pranks on the web imply that we’re not trying to fool each other every…
A lot has happened in CSS in the last few years, but there’s nothing we needed less…
Short n’ sweet but ever so neat, this issue covers light/dark favicons, @mixin, anchor-interpolated morphing, object-view-box, new…
I deployed a contact form that last month that, in my opinion, was well executed. It had…
I’m really interested in this emerging idea that the future of web design is Generative UI Design….
AI-generated marketing content is only effective when it attracts organic traffic from search engines, LLMs, and Google…
Over the last few years, there’s been a lot of talk about and experimentation with scroll-driven animations….
Editor’s note: Mat Marquis and Andy Bell have released JavaScript for Everyone, an online course offered exclusively…
For this issue of What’s !important, we have a healthy balance of old CSS that you might’ve…
When I talk about layouts, I’m referring to how you place items on a page. The CSS…
Web browsers ship new features all the time, but what fun is it if we can’t build…
The z-index property is one of the most important tools any UI developer has at their disposal,…
Temani Afif recently did this exercise and I thought I’d build off of it. Some of these…
Choosing between Popover API and Dialog API is difficult because they seem to do the same job,…