/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

felix-arntz.me
| | whitep4nth3r.com
3.5 parsecs away

Travel
| | Add quick support for light mode and dark mode to your website using only CSS by combining two CSS custom properties with a media query.
| | cathydutton.co.uk
2.8 parsecs away

Travel
| | A look at CSS custom properties and how they can be utilised to build accessible websites and apps.}
| | 12daysofweb.dev
2.4 parsecs away

Travel
| | Also known as "CSS variables," this nifty modern CSS feature enables incredible flexibility throughout your stylesheets.
| | alexmuraro.me
25.9 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 [...]