Andy Luhrs Ramblings & build logs
All tags

CSS

15entries · Link

One List To Rule Them All

Amazing reading list on learning modern CSS features.

Link

You no longer need JavaScript

Another great list of examples to throw into the anti-JS pile. If you’re a web developer who hasn’t paid attention to CSS in a while, give this a read!

Link

Make the Web a More a Colorful Place!

Super convenient color tool from OddBird!

Link

MSEdgeExplainers/CSSTooltipPseudo/explainer.md at main · MicrosoftEdge/MSEdgeExplainers · GitHub

Our team is taking a look at a long-standing gap in CSS to style browser tooltips! We aren’t sure when we’ll be able to do the work to implement this yet, but I’m going to be iterating on open issues and gaps in this explainer soon. Would love any feedback!

Link

The Height Enigma

More great in-depth CSS stuff. This one covers the nuances of setting height!

Link

Grid First, Flex Third

As someone who struggles with CSS, I’d love to see more prescriptive articles like this. Does anyone know of others who share their approaches like this?

Link

A fluid CSS methodology

Still working on my re-learning of more modern CSS and this is seems like a great approach to typography.

Link

CSS Carousels

Link

Minimal CSS-only blurry image placeholders

Link

🔍 Going through the “State of CSS” results…

Always love good analysis of “state of…” surveys.

Link

Improving rendering performance with CSS content-visibility

Yet another wonderful deep dive into effective web perf analysis from Nolan.

Link

CSS @property and the New Style

I feel like I’ll never be competent with CSS.

Link

An Interactive Guide to CSS Container Queries

An absolutely beautiful, descriptive, and easy to follow guide on everything CSS Container Queries, something everyone in front-end should start to learn soon.

Link

The Gap

Another beautiful, succinct overview of a relatively recent CSS feature - Gap. I definitely need to adjust some of my normal CSS patterns to use gap more.

Link

CSS :has() Interactive Guide

:has() is another recent CSS selector that I want to make sure I thoroughly understand and use, and this is a fantastic overview.

Link