proomt

Search

Search posts, papers, and topics

All posts

Lobsters

CSS-Tricks in Limbo

Related reading

  1. 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.

    Lobstersericwbailey.website2 minHN2lobste.rs41
  2. 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 minHN2
  3. Do 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.rs21
  4. Can 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 min