You are here |
ethanmarcotte.com | ||
| | | |
gilli.is
|
|
| | | | Portfolio and blog of Gilli Sigurdsson | |
| | | |
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... | |
| | | |
una.im
|
|
| | | | An awesome CSS grid tool was just released for Firefox, and the web has been buzzing about it. This is a short post about my 3 favorite features! | |
| | | |
aaronluna.dev
|
|
| | Hugo includes a built-in syntax-highlighter called Chroma. Chroma is extremely fast since it is written in pure Go (like Hugo) and supports every language I can think of. Chroma's speed is especially important since syntax highlighters are notorious for causing slow page loads. However, it lacks one vital feature - an easy way to copy a code block to the clipboard. I decided to document my implementation using only vanilla JS since every blog post I found for this issue relied on jquery to parse the DOM,... |