Related reading
CSS-Tricks could be a co-op
The author argues that CSS-Tricks, a critical web development resource, has struggled under corporate ownership because it wasn't a core strategic priority. They propose a co-op model as a more sustainable alternative to preserve such valuable knowledge infrastructure, prioritizing cultivation over profit.
I still like writing websites by hand
A personal blog post describing how the author hand‑crafted a single‑page site for a consultant using Astro, a custom CSS halftone background (leveraging `background‑repeat: space`) and a subtle neon glow via stacked box‑shadows. Includes a few concrete CSS snippets and design‑system references but no deep engineering analysis.
Chen Hui Jingchenhuijing.com4 minHN2Do you use :visited on links?
The author switched the site’s link colors to differentiate visited links using a simple CSS rule, arguing it’s useful for reading many RSS‑fed articles. The post is a brief personal opinion with a code snippet and no deeper technical analysis.
Lobsterskevquirk.com1 minlobste.rs21Quiz: HTML and CSS Foundations for Python Developers
Real Python provides a 12‑question interactive quiz on HTML and CSS fundamentals aimed at Python developers. It tests basic knowledge of document structure, semantic elements, links, and simple styling, but offers no deeper technical insight.
Real Pythonrealpython.com1 minCan we make default Tailwind a more accessible choice?
The post examines Tailwind’s default rem‑based breakpoints, showing how they scale with a user’s root‑font‑size and can shift layouts, which helps some users but can break designs. It argues that pixel breakpoints remain a defensible alternative for preserving layout stability while still supporting accessibility.
Freek Van der Hertenfreek.dev1 minFrom PrismJS to Better PrismJS to MicroLighter in Three Painless* Steps
The author describes evolving syntax highlighting on their Eleventy site, starting from the default PrismJS plugin to a custom server-side hack for line numbers. They then detail integrating MicroLighter, a client-side web component, by leveraging Eleventy's bundler for conditional loading and managing content escaping for optimal performance.
Alex Russellinfrequently.org6 min



