Not Your Typical Horizontal Rules
https://css-tricks.com/not-your-typical-horizontal-rules/
Flash of inAccurate coloR Theme (FART)
https://css-tricks.com/flash-of-inaccurate-color-theme-fart/
"I have never seen employees more demoralized than when they’re unsure where their career is headed and whether their title/compensation is fair."
Excellent technical career and management advice from @sarah_edo
https://css-tricks.com/the-importance-of-career-laddering/
How to Build a FullStack Serverless HN Clone With Svelte and @fauna
https://css-tricks.com/how-to-build-a-fullstack-serverless-hn-clone-with-svelte-and-fauna/
RT Adam Argyle
typography and copy editing 🔥 tip
✅ word break with
<wbr/>
and/or
```html
<h1>
superlongword
</h1>
<h1>
super
<wbr/>
long
<wbr/>
word
</h1>
<h1>
superlongword
</h1>
```
try it!
learn more
https://codepen.io/argyleink/pen/vYgjVVx?editors=1100
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/wbr
Generating (and Solving!) Sudokus in CSS
https://css-tricks.com/generating-and-solving-sudokus-in-css/
Building a Settings Component
https://css-tricks.com/building-a-settings-component/
Going “Meta GSAP”: The Quest for “Perfect” Infinite Scrolling by @jh3yy
https://css-tricks.com/going-meta-gsap-the-quest-for-perfect-infinite-scrolling/
RT Ahmad Shadeed
✍️ New Article: Say Hello To CSS Container Queries
I wrote about CSS container queries, how they work, why to use them, with use-cases and examples. I enjoyed learning and writing about them. Happy reading!
🔗
https://ishadeed.com/article/say-hello-to-css-container-queries/
CSS is a Strongly Typed Language by @ericwbailey
https://css-tricks.com/css-is-a-strongly-typed-language/
See You "Around"
https://css-tricks.com/see-you-around/
How to Leverage the Fullscreen API… and Style It by @dzheky
https://css-tricks.com/how-to-leverage-the-fullscreen-api-and-style-it/
Róbert Mészáros shows how a headless WordPress site can be used to power a static front-end form, validation and all!
https://css-tricks.com/headless-form-submission-with-the-wordpress-rest-api/
The `ping` attribute on anchor links
https://css-tricks.com/the-ping-attribute-on-anchor-links/
axe™ DevTools tests accessibility right alongside your other DevTools. Chris looks at the most useful and important features.
https://css-tricks.com/axe-devtools-pro/
Comparing the New Generation of Build Tools
https://css-tricks.com/comparing-the-new-generation-of-build-tools/
CSS Is, In Fact, Awesome
https://css-tricks.com/css-is-in-fact-awesome/
SvelteKit is in public beta
https://css-tricks.com/sveltekit-is-in-public-beta/
Coordinating Svelte Animations With XState by @AdamRackis
https://css-tricks.com/coordinating-svelte-animations-with-xstate/
So, the Space Jam website has a new look after 25 years.
https://css-tricks.com/space-jam/