/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

mxstbr.com
| | maxrozen.com
0.9 parsecs away

Travel
| | It can be pretty confusing to pick how to style your React app. This guide attempts to simplify your choice.
| | jxnblk.com
1.8 parsecs away

Travel
| | Building UI with design constraints from utlity CSS to CSS-in-JS
| | rlaanemets.com
1.5 parsecs away

Travel
| | Real-world experience of using Tailwind CSS framework.
| | alexmuraro.me
21.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 [...]