#csstricks
Headings: Semantics, Fluidity, and Styling—Oh My!, by @geoff@front-end.social (@csstricks@mastodon.social):

https://css-tricks.com/headings-semantics-fluidity-and-styling-oh-my/

#headings #html #css
Headings: Semantics, Fluidity, and Styling — Oh My! | CSS-Tricks
A few links about headings that I've had stored under my top hat.
css-tricks.com
November 10, 2025 at 8:30 PM
Explaining the Accessible Benefits of Using Semantic HTML Elements, by @geoff@front-end.social (@csstricks@mastodon.social):

https://css-tricks.com/explaining-the-accessible-benefits-of-using-semantic-html-elements/

#html #semantics #accessibility
Explaining the Accessible Benefits of Using Semantic HTML Elements | CSS-Tricks
Why should you use a semantic <button> instead of a generic <div>? Accessibility, right? By how exactly does it help accessibility?
css-tricks.com
November 6, 2025 at 8:12 PM
An Introduction to JavaScript Expressions, by @wilto@front-end.social (@csstricks@mastodon.social):

https://css-tricks.com/an-introduction-to-javascript-expressions/

#introductions #javascript
An Introduction to JavaScript Expressions | CSS-Tricks
A thorough but approachable lesson on JavaScript expressions excerpted JavaScript For Everyone, a complete online course offered by our friends at Piccalilli.
css-tricks.com
November 3, 2025 at 7:30 AM
Sequential “linear()” Animation With n Elements, by @css@front-end.social (@csstricks@mastodon.social):

https://css-tricks.com/sequential-linear-animation-with-n-elements/

#css #functions #animations
Sequential linear() Animation With N Elements | CSS-Tricks
Let’s suppose you have N elements with the same animation that should animate sequentially. Modern CSS makes this easy and it works for any number of items!
css-tricks.com
October 16, 2025 at 6:30 AM
The Thing About “contrast-color”, by @geoff@front-end.social (@csstricks@mastodon.social):

https://css-tricks.com/the-thing-about-contrast-color/

#css #colors #contrast #functions
The thing about contrast-color | CSS-Tricks
One of our favorites, Andy Clarke, on the one thing keeping the CSS contrast-color() function from true glory:
css-tricks.com
October 13, 2025 at 7:30 AM
We Completely Missed “width/height: stretch”, by @dxnny.fun (@csstricks@mastodon.social):

https://css-tricks.com/we-completely-missed-width-height-stretch/

#css
We Completely Missed “width/height: stretch”
css-tricks.com
October 10, 2025 at 7:30 PM
CSS Typed Arithmetic, by @amit_sheen@mastodon.cloud (@csstricks@mastodon.social):

https://css-tricks.com/css-typed-arithmetic/

#css #functions #math
CSS Typed Arithmetic | CSS-Tricks
Starting in Chrome 140, we'll be able to calculate numeric values with mixed data types. Sounds small, but Amit demonstrates how big a deal this is, calling it Computational CSS.
css-tricks.com
September 26, 2025 at 7:30 AM
The @csstricks@mastodon.social Flex Guide is still my constant go-to resource css-tricks.com/snippets/css...
CSS Flexbox Layout Guide | CSS-Tricks
Our comprehensive guide to CSS flexbox layout. This complete guide explains everything about flexbox, focusing on all the different possible properties for the parent element (the flex container) and ...
css-tricks.com
September 24, 2025 at 10:50 PM
Compiling Multiple CSS Files Into One, by @geoff@front-end.social (@csstricks@mastodon.social):

https://css-tricks.com/compiling-multiple-css-files-into-one/

#css #sass #postcss #tooling
Compiling Multiple CSS Files into One | CSS-Tricks
Stu Robson outlines two ways to compile multiple CSS files when you aren't relying on Sass for it.
css-tricks.com
September 16, 2025 at 1:30 PM
Covering “hidden=until-found”, by @geoff@front-end.social (@csstricks@mastodon.social):

https://css-tricks.com/covering-hiddenuntil-found/

#html #hiding
Covering hidden=until-found | CSS-Tricks
Short story: Slapping hidden=until-found on an element in HTML enables any hidden content within the element to be findable in the browser with in-page search.
css-tricks.com
August 16, 2025 at 7:30 PM
I feel bad for not being able to give you any feedback. But to be homest, even though I use grid and flexbox once every other month, I never read the spec, and basically every time need to look in the cheat sheets on csstricks.
August 14, 2025 at 6:21 AM