CSS

This Month in Ladybird - February 2025

The Ladybird project merged 281 PRs from 35 contributors, welcomed new sponsors including Shopify and Proton, and achieved significant improvements in Web Platform Tests compliance. Key technical advancements include OpenSSL adoption, Firefox DevTools protocol support, and various CSS implementations, demonstrating substantial progress toward the 90% pass rate required for iOS alternative browser engine eligibility.

Making the Web More Readable With Stylus

Stylus is an open-source browser extension that enables users to customize website appearances using CSS snippets. The author shares personal CSS modifications for various websites, primarily focusing on font adjustments and layout improvements. The customizations include removing unwanted elements, adjusting text widths, and implementing preferred fonts across different domains.

Make Your Own Website

A comprehensive guide teaches beginners how to create their first webpage using HTML and CSS, covering essential concepts from basic page structure to styling and hosting options. The tutorial walks through creating HTML elements, applying CSS styles, and includes practical examples for features like images, links, and responsive design.

HTML Whitespace is Broken - Devel without a Cause

An in-depth analysis of HTML whitespace behavior reveals complex interactions between HTML parsing, CSS display properties, and browser rendering, highlighting challenges with automated formatting, content management systems, and minification tools. The article explores potential solutions, including a proposed new non-collapsible space entity, while offering practical guidance for developers to mitigate common whitespace issues.