|
You are here |
blog.assortedgarbage.com | ||
| | | | |
alistapart.com
|
|
| | | | | 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
|
|
| | | | | A blog about CSS, front-end development, the web, and beyond. | |
| | | | |
www.mikechambers.com
|
|
| | | | | If you have happen to have been watching my Flickr ... | |
| | | | |
alexmuraro.me
|
|
| | | 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 [...] | ||