Cool CSS Selectors
One of the spoils of using Sass is the liberal use of nested selectors, allowing a high level of specificity. CSS is closing that gap, though!
Read More
One of the spoils of using Sass is the liberal use of nested selectors, allowing a high level of specificity. CSS is closing that gap, though!
Read More
SVG can ensure clearness and proper scaling. And when used directly in CSS, cut down on a network request.
Read More
Automating the tools you use to audit sites can be a big timesaver.
Read More
I use Sass’s CLI a lot and wanted to drop some useful notes.
Read More
Collapsible elements are useful pieces of UI that make digesting lots of content easier. But they’re often not accessible.
Read More
I use a lot of tools to build websites. I try to keep this list updated as my workflow adapts.
Read More
URI Schemes like mailto and tel are common, but there is a whole lot more out there.
Read More
Frontend Mentor is a series of coding challenges for front-end developers.
Read More
I found a ‘code every day’ challenge – ‘Codevember’. I got some inspiration at an art exhibit, so I’m gonna give it a shot with the exhibit as source inspo
Read More
I recently had a client ask me ‘is there a difference between ‘mywebsite.com’ and ‘www.mywebsite.com’?’ In short: no. But of course, it’s more complicated.
Read More