/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

brettterpstra.com
| | nicksimson.com
6.0 parsecs away

Travel
| | Adding a new feature to this site's design.
| | alexmuraro.me
4.3 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 [...]
| | kiko.io
5.8 parsecs away

Travel
| | This is now the fourth Discoveries issue in a row that deals with CSS and I wonder why. Maybe because CSS has been exploding in terms of functionality...
| | tech.trivago.com
24.6 parsecs away

Travel
| Have you ever wondered about how to create components that not only change their appearance according to the viewport's width but instead also transform according to their parent element's sizin...