Popular

CSS Spotlight EffectMay 26, 2025Amit Sheen
1fr 1fr vs auto auto vs 50% 50%June 11, 2025Chris Coyier

Latest Articles

New Course: Modern CSS Layouts with CSS Grid

By Frontend Masters Staff on

To quote Chris Coyier from his recent post, Modern CSS Features You Need to Know: Given CSS’s ever-evolving capabilities, having a robust understanding allows you to build better-looking, higher-performing, and more accessible websites. And Jen Kramer’s new course Ultimate CSS Grid & Layout Techniques will level-up your layout skills and take you beyond the basics with Grid, Flexbox, […]

Here’s What We Learned From the First State of HTML Survey

By Sacha Greif on

There were over 20,000 respondents in 2023. Key findings include the popularity of the datalist feature and discontent with form elements, especially styling issues. There’s mixed sentiment about web components, a desire for new HTML elements like datatables, and signs that the divide between HTML/CSS and JavaScript may be narrowing.

Animating the Dialog Element

By Matthew Morete on

It might seem like you could just set a transition on the opacity of the dialog element in CSS from 0 to 1, but it doesn’t work. You’ll need to learn about @starting-style, and the overlay and allow-discrete keywords.