FixCSS
There is a famous document from the CSS Working Group that lists the historical mistakes in the design of CSS. It contains stuff like how box-sizing: border-box; should have been the default, which…
Read the full articleYou might also wanna read
My 5 Practical CSS Tips
This is going to be a short post with my best CSS tips. I'll do my best to share references for every tip so you can read more and get a bet
Rethinking Mobile-First CSS: When the Classic Approach Falls Short
Is mobile-first CSS always the best option? Patrick Clancey explores the pros and cons of the classic methodology, as well as when other sol
Examining CSS Layout Complexity and the Case for Constraint-Based Systems
CSS is hard. The layout rules are quite complex. Most people don't know the details. Centering a is famously a challenge. Remember the 2000s
CSS Design Critiques: Analysis of Perceived Mistakes in CSS Properties and Specifications
That should be corrected if anyone invents a time machine. :P
CSS Selectors and the Box Model, Explained
How CSS selectors target elements and how the box model (margin, border, padding, content) controls size, with editable live examples.
Exploring the CSS border-shape Property and the Evolution of CSS Shape Capabilities
We recently got the shape() function and corner-shape property. What else could we possibly need as far as making shapes in CSS? Let me tell

Comments
Sign in to join the conversation.
No comments yet. Be the first.