Front-End solution: Eyebrow heading dots

In the challenge I was stuck with a suboptimal solution to little decorative dots. If you haven’t already read that, do that first. I’ll wait. Right, you’re up to speed, let’s dig in. A call to arms I was really impressed with the efforts folks contributed to this challenge, so I … | Continue reading


@piccalil.li | 4 months ago

code-pen Web Component

There’s a lot of pre-production going on here on the upcoming CSS course and part of that is answering “how do we make demos easier to maintain in the long term.?” I think David might have the answer for us. Take a look at this code sample: <p>Hello world</p> | Continue reading


@piccalil.li | 4 months ago

Accessible SVG Forms

Every now and then an article appears in your RSS which blows your goddamn mind. This is one of those, friends. It’s long, but honestly, it’s absolute gold. I think folks who work in client services like agencies and freelancers will find this especially useful, because ideas lik … | Continue reading


@piccalil.li | 4 months ago

It’s about time I tried to explain what progressive enhancement actually is

I’m a long-time proponent of progressive enhancement to the point where readers are almost certainly bored, but I am like I am because it’s important. I’ve been saying the following for years: We build for everyone. Not just for ourselves or our peer groups. Do you want to build … | Continue reading


@piccalil.li | 4 months ago

How to stop Figma using your work to train their “AI” models

Let us know if there’s anything missed in this, but at a minimum, you want to turn off “Content training” in your Figma organisation’s admin area. To reach the right section, from your organisation page in Figma, click Admin then the Settings tab. The “AI” settings are right at t … | Continue reading


@piccalil.li | 4 months ago

Consent, LLM scrapers, and poisoning the well

A lot of thought is happening around “AI” and large language models (LLM) here at Piccalilli because we are flat against it. Sure using an “AI” assistant is pretty handy, but further poisoning the web with generated content slop is almost certainly going to have detrimental conse … | Continue reading


@piccalil.li | 5 months ago

The time for designers to learn to code is now

One of the most valuable things I ever did as a designer was learn to code. Initially, it was a baseline understanding so I could make CSS adjustments to front-end implementations of my design work. Developers never really got the attention to detail I was looking for, so I took … | Continue reading


@piccalil.li | 5 months ago

Front-End challenge: Eyebrow heading dots

I’m going to do this thing a little differently and start with my solution and ask for folks to come up with a better solution. The context is a little “eyebrow” heading, but the complexity is there are decorative dots each side. I’m close — with the help of magic numbers — but I … | Continue reading


@piccalil.li | 5 months ago

Mask image is pretty handy

We’ve been working on a pretty cool client project recently that’s got some fun branding which required some image masking. Y’know, this sorta thing: See the Pen Mask image by Andy Bell (@piccalilli) on CodePen. .masked-image { mask-image: url(https://assets.codepen.io/174183/m … | Continue reading


@piccalil.li | 5 months ago

The Basics

If you’re not aware of Geoff Graham, you should be. He’s outrageously good at educating folks. Heck, he’s a fully qualified teacher! He also was a huge part of the glory days of CSS-Tricks. He’s released a new course, simply named The Basics, focusing on HTML and CSS. I like that … | Continue reading


@piccalil.li | 5 months ago

Opinions for writing good CSS

This is a fantastic article by Andrew Walpole, packed full of useful and pragmatic advice. I like this part the most: Specifically, sometimes you need to write some CSS that either you aren’t 100% confident about why you need it. This is the perfect place to express that skeptici … | Continue reading


@piccalil.li | 5 months ago

A quick and easy guide to Markdown

This guide is designed to help everyone with Markdown, even if they have never written it before. It is deliberately simple. There’s links to further resources and learning at the end of the article. I’m not going to spend ages explaining what Markdown is or how it works because … | Continue reading


@piccalil.li | 5 months ago

Let’s make a floating button sign up form pattern

Sign up forms, they’re pretty common! What’s also common is for the submit button to float above the input, like this: There’s a problem though. A lot of the time, the input is behind the button, which in itself is too much of a risk for stuff going wrong. Worst, in some cases, t … | Continue reading


@piccalil.li | 5 months ago

How I’m using “AI”

I put “AI” in quotes in my writing because the current iteration of “AI” is hardly intelligent. But, whether I like it or not, it is the colloquial term right now. I don’t think it’s a surprise to anyone that I am certifiably Not A Fan™ of “AI” either. I don’t like art and cultur … | Continue reading


@piccalil.li | 6 months ago

I Need Your Help to Make 11ty Fully Independent and Sustainable in 2024

This feels huge: Practically speaking this means that for the very first time in 11ty’s history, I will be working independently on 11ty full time. This means increased iteration speed, more responsive official support, more features and bug fixes, and faster releases. I’ve got s … | Continue reading


@piccalil.li | 6 months ago

Look Mum, No Breakpoints!

It’s no surprise to anyone that I would be in to this article. Rob does a fantastic job of breaking down the benefits of being the browser’s mentor, not its micromanager with a proper real-world example. This quote is so important: But, in my view at least, aiming for "pixel perf … | Continue reading


@piccalil.li | 6 months ago

Manifesto for a Humane Web

I like it when people grab a domain, craft a great piece of writing and then specifically design around it. This is what Michelle has done for the Manifesto for a Humane Web. It’s come at an important crossroad for the web. We’ve been here before with “web3” and crypto, which rig … | Continue reading


@piccalil.li | 6 months ago

How a handful of independent publishers are doing their thing

I’m completely fascinated by independent publishing. It’s mainly because I’m thinking a lot about the future of this publication, so let me explain what fascinates me about these publications. The first is The Cascade by Robin Rendle. You’ve almost certainly read Robin’s fantasti … | Continue reading


@piccalil.li | 6 months ago

I’m worried about the tabbing behaviour, rather than the syntax and name of CSS masonry

Back in 2022 I made this site: Be the browser’s mentor, not its micromanager. There’s some key principles on there which is a nice little collection of tiles. The trick during the talk — that I made this site for — was that the grid is actually progressively enhanced with masonry … | Continue reading


@piccalil.li | 6 months ago

What the heck is an SVG sprite sheet?

I love an article that presumes no prior knowledge and quickly gets everyone up to the same level with clear, concise content. I also love an article that is useful for me at a very specific time and guess what? Ryan’s article on SVG sprites is absolutely both. I’ve been around t … | Continue reading


@piccalil.li | 6 months ago

Full text RSS is back

This is just a quick one and something I never wanted to have to announce, but here we are: our RSS feed is back to being a full text RSS feed. This has (rightly) annoyed some folks because historically, Piccalilli always provided a full text RSS feed. Unfortunately though, since … | Continue reading


@piccalil.li | 6 months ago

Applying P3 colours on an existing project

The set.studio site is powered by design tokens, which for colours, are hex codes. I managed to automatically convert those to P3 colours with a custom PostCSS plugin. | Continue reading


@piccalil.li | 6 months ago

What is Motion Sensitivity? How to Design Accessible Web Animations

Elizabeth Meshioye runs down how animations can affect people negatively and how you can prevent that while still producing lovely, interactive work. | Continue reading


@piccalil.li | 6 months ago

Upcoming custom element support in React

React’s version 19 Beta is boasting full custom element support so I cover how that could impact projects on our radar and how this new support will make an impact. | Continue reading


@piccalil.li | 6 months ago

CSS inheritance

Inheritance truly is a superpower and it’s what makes developing on the web a joy if you embrace it. In this quick post, I’m going to convert you into a super fan. | Continue reading


@piccalil.li | 7 months ago

CSS inheritance

Inheritance truly is a superpower and it’s what makes developing on the web a joy if you embrace it. In this quick post, I’m going to convert you into a super fan. | Continue reading


@piccalil.li | 7 months ago

Finally Understanding How Array.sort(comparator) Works

James Kerr explains how the Array.sort() function actually works! | Continue reading


@piccalil.li | 7 months ago

Finally Understanding How Array.sort(comparator) Works

James Kerr explains how the Array.sort() function actually works! | Continue reading


@piccalil.li | 7 months ago

An evolution, not a revolution

We’ve refreshed the look and feel of both the Piccalilli site and the brand so wrote up a little about that and the future of the platform. | Continue reading


@piccalil.li | 7 months ago

An evolution, not a revolution

We’ve refreshed the look and feel of both the Piccalilli site and the brand so wrote up a little about that and the future of the platform. | Continue reading


@piccalil.li | 7 months ago

Testing HTML With Modern CSS

Heydon Pickering unleashes the power that CSS gives us with selectors and custom properties to create handy tests to make sure your markup is up to scratch. | Continue reading


@piccalil.li | 7 months ago

Testing HTML With Modern CSS

Heydon Pickering unleashes the power that CSS gives us with selectors and custom properties to create handy tests to make sure your markup is up to scratch. | Continue reading


@piccalil.li | 7 months ago

A primer on the cascade and specificity

Often feared by developers, the cascade and specificity is actually really simple if you utilise the right mental model when authoring CSS. | Continue reading


@piccalil.li | 7 months ago

A primer on the cascade and specificity

Often feared by developers, the cascade and specificity is actually really simple if you utilise the right mental model when authoring CSS. | Continue reading


@piccalil.li | 7 months ago

How would you build Wordle with just HTML & CSS?

Scott Jehl has written a super detailed run-down of how they tried to recreate Wordle with HTML and CSS. | Continue reading


@piccalil.li | 7 months ago

I want to elevate more people with Piccalilli Links

A big part of the Piccalilli Links thing is I want to elevate good writers. I need help discovering those writers though! | Continue reading


@piccalil.li | 7 months ago

An Interactive Guide to CSS Container Queries

Bored of the same old card demos for Container Queries and struggling to see where you’d use them in real projects? I was too until Ahmad Shadeed published yet another great guide. | Continue reading


@piccalil.li | 7 months ago

CSS Button Styles You Might Not Know

David Bushell shares some unbelievably good tips on styling buttons and explains exactly how they work too. | Continue reading


@piccalil.li | 7 months ago

How we’re approaching theming with modern CSS

We’ve started a new project which requires heavy, creative theming, so I made a prototype to test some ideas out. | Continue reading


@piccalil.li | 7 months ago

404 Media Now Has a Full Text RSS Feed

404 Media has invested really well in RSS and broken all the decisions and process down in a nice article. | Continue reading


@piccalil.li | 8 months ago

A Guide To Designing For Older Adults

The one and only Vitaly Friedman takes a deep-dive into a lesser thought about focus of user-centric design. | Continue reading


@piccalil.li | 8 months ago

Arguments for opening links in a new tab or window

Jason Grigsby asks for data to support an apparent preference for people defaulting to links opening in new tabs. | Continue reading


@piccalil.li | 8 months ago

The box model and box sizing

To open up this CSS Fundamentals series, we’re looking at one of those most important aspects of CSS to understand: how the box model is affected by box sizing. | Continue reading


@piccalil.li | 8 months ago

Can you feel the rhythm‽

Adam Argyle shows some really cool baseline grid stuff that modern CSS empowers us to do. | Continue reading


@piccalil.li | 8 months ago

ECSS - an interesting CSS methodology

Continue reading


@piccalil.li | 8 months ago

Front-End solution: progress indicator

Continue reading


@piccalil.li | 8 months ago

How I Solved My Font Rendering Problem

This is one of those posts that will be a life-saver for so many people, for years because it’s one of those things I’ve spotted on websites a lot while browsing on my iPad. Safari on iOS consistently messes things up in terms of type which is weird because type renders beautiful … | Continue reading


@piccalil.li | 8 months ago

How I Solved My Font Rendering Problem

Michelle Barker yet again, shares a life-saver of a CSS tip! | Continue reading


@piccalil.li | 8 months ago