February 2024 Bookmarks
A curated list of February 2024 bookmarks on web development, CSS, sustainability, and AI criticism from various authors and sources.
A curated list of February 2024 bookmarks on web development, CSS, sustainability, and AI criticism from various authors and sources.
Explains why reusable UI components should avoid outer margins and padding, as they break encapsulation and create layout issues.
An overview of classless CSS libraries for quickly styling small web projects without large frameworks.
Explains the 'cascade' in CSS, detailing how the browser prioritizes styles from different sources like user agent, author, and third-party stylesheets.
Explores the concept of utility-first CSS, contrasting it with traditional CSS methodologies and discussing its role and limitations in web styling.
A developer details the technical process of typesetting and laying out a self-published book for web, EPUB, and print formats.
A developer details how they fixed blurry font rendering in Safari on iOS by correctly configuring the @font-face rule for a variable font.
Updates to an Eleventy starter project, including CSS bundling with Parcel, switching to CSS custom properties, and using Utopia for fluid typography.
A developer defends Tailwind CSS against common criticisms, arguing it's not inline CSS and demonstrating its utility with code comparisons.
A clever CSS technique for creating rounded gradient borders that work with semi-transparent or blurred backgrounds, using masks and pseudo-elements.
Learn how to use CSS's height: auto to override HTML image dimensions for responsive design without distortion.
A curated list of the best websites to find and download free, high-quality HTML and vanilla CSS templates for both personal and commercial projects.
Learn how to use the CSS accent-color property to quickly style form inputs like checkboxes, radio buttons, and range sliders.
A developer shares their evolving approach to CSS, moving towards building a personal UI system called Splendid UI to simplify web development.
A web developer reflects on the future direction of their CSS-focused blog, considering expanding into personal and broader tech topics.
A simple CSS snippet for quickly styling text-based HTML pages with improved typography and layout.
Explains new and existing CSS techniques for vertically centering elements, including upcoming browser support for simpler methods.
Learn how to create text outlines using pure CSS with the -webkit-text-stroke properties, including hover effects and browser support.
Learn how to use the new CSS `field-sizing: content` property to create textareas that automatically expand to fit their content.
A technical guide on using CSS @property within Lit web components, including a workaround for shadow DOM limitations.