/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
| | robkendal.co.uk
2.6 parsecs away

Travel
| | Following on from my recent article on how to build a Node JS API server that uses JSON files, I wanted to share another recent experience I had: using CSS custom properties to apply a custom theme to a React website.
| | 12daysofweb.dev
2.4 parsecs away

Travel
| | Also known as "CSS variables," this nifty modern CSS feature enables incredible flexibility throughout your stylesheets.
| | matthiasott.com
3.6 parsecs away

Travel
| | Matthias Ott is an independent user experience designer and developer from Stuttgart, Germany. Besides design practice he teaches Interface Prototyping at the Muthesius Academy of Fine Arts and Design, Kiel.
| | bitstorm.org
16.8 parsecs away

Travel
| In HTML and JavaScript, you can easily apply some styling with the style attribute or property. But if you just want to pass a value, like a color, style falls short. Fortunately, there is a solution for this, which has now been adopted by all moder...