/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

alexandersandberg.com
| | kleinfreund.de
1.4 parsecs away

Travel
| | An in-depth analysis of a CSS-only dark mode implementation by Mu-An Chiou and its further development using CSS custom properties
| | tevonsb.com
3.4 parsecs away

Travel
| | A deep dive into building a modern, fast blog using Zola, custom styling with CSS variables, thoughtful JavaScript enhancements, and deploying to Cloudflare Pages.
| | alexmuraro.me
2.1 parsecs away

Travel
| | I have restyled my site slightly, and as you might have noticed, I added a theme selector in the top right corner. Using CSS variables, it is very easy to do and great fun too. Basically this works by setting a "root" with your default css variables :root { --background: #1B2B34; --text: #ffffff; } which [...]
| | valhead.com
21.4 parsecs away

Travel
| [AI summary] The article explains four practical ways to use CSS Variables to create more dynamic and flexible web animations, demonstrating how they interact with JavaScript and media queries.