Explore >> Select a destination


You are here

martinschneider.me
| | css-irl.info
3.1 parsecs away

Travel
| | A blog about CSS, front-end development, the web, and beyond.
| | hamatti.org
3.0 parsecs away

Travel
| | In this blog series, we will build a static website using Eleventy, NetlifyCMS, GitHub and Netlify. In the first post, we set everything up and deploy a template page to make sure everything works.
| | crystallize.com
3.1 parsecs away

Travel
| | eCommerce storefront with SvelteKit, Houdini, Tailwind, and Crystallize. It's easier than you think.
| | blog.kizu.dev
23.9 parsecs away

Travel
| There isacalculator that uses JSinthe post. Ifyou wonder: "What isspecial about it" - there was one problem that Iwanted tosolve: evaluating some math expression from user input inavery safeway. Iknow, there exist external libraries people did already write which could dothis job well enough. But Iwanted something minimal and with nodependencies. And hacky. Enter CSS, registered custom property, and `calc()`.