Explore >> Select a destination


You are here

blog.assortedgarbage.com
| | alistapart.com
3.6 parsecs away

Travel
| | Designers have coveted print for its precision layouts, lamenting the varying user contexts on the web that compromise their designs. Ethan Marcotte advocates we shift our design thinking to appropriate these constraints: using fluid grids, flexible images, and media queries, he shows us how to embrace the "ebb and flow of things" with responsive web...
| | css-irl.info
3.0 parsecs away

Travel
| | A blog about CSS, front-end development, the web, and beyond.
| | www.mikechambers.com
2.8 parsecs away

Travel
| | If you have happen to have been watching my Flickr ...
| | alexmuraro.me
20.7 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 [...]