Let users select a single option from a list using the radios component| design-system.service.gov.uk
Let users select one or more options by using the checkboxes component| design-system.service.gov.uk
A deep dive into HTML whitespace collapsing: How it works, why it sucks, how it should work, and how to deal with it.| blog.dwac.dev
A New Site and an Experiment with Studying in Public| joshuaclanton.dev
How to make tabs in the browser always show which build you’re working on.| mefody.dev
In September, I wanted to try something new, so I started a simple project to check my abilities in UX and front-end development. The idea was simple — create customizable, reusable and highly accessible buttons. I have experience with front-end but I usually use CSS frameworks like Bootstrap or Foundation. But not now. I decided to design the whole page completely from scratch.| Szymon Krajewski
I wanted really bright colours on my site, but in order to do that I needed to delve into a rabbit hole of using Display-P3 colour in CSS. Here's how I did it.| darn.es
Want to create a headless blog using Jamstack? Follow these steps to build your Jamstack-based blog using Eleventy and Netlify.| dropinblog.com
Download| mozilla.github.io
Begin from a blank directory and build up your first Eleventy site. Includes gotchas along the way, why they happen, and how to resolve them. You'll create essential layouts while learn the basics of using Nunjucks and Markdown for templating. And you'll learn to work with local data and external API data. As a bonus, get setup to deploy your final site to Netlify.| 11ty.rocks
Out of the box, Eleventy gives you a choice of ten different templating languages. Two of these: Nunjucks and Liquid bear more than a passing resemblance to Twig, the templating language used by Craft CMS. When I was migrating this site from Craft to Eleventy, I tried liquid but eventually settled on Nunjucks, simply because it seems to be more popular in the Eleventy community. However, I quickly encountered a problem: include in Nunjucks doesn’t work like include in Twig. Whereas the foll...| Iain Bean
Playing around with using Eleventy to pre-render Big Island Buses| tigeroakes.com
I recently worked on a larger new web app. The product was in its early stages, so one of the first big tasks was to come up with a prototype for the UI design.| Max Böck