There are two types of Web Developers, those who write each CSS property in a separate line, and those who… Read more My New Opinion Article: “How to Create a More Readable CSS”

There are two types of Web Developers, those who write each CSS property in a separate line, and those who… Read more My New Opinion Article: “How to Create a More Readable CSS”
All CSS properties have common keywords like “inherit”, “initial” and “unset”. They are basic parts of CSS, which many developers… Read more My New Article: “Understanding the ‘Initial’, ‘Inherit’ and ‘Unset’ CSS Keywords”
My new article, tells the strange story about the CSS feature of trimming multi-lines of text To the full article… Read more My New Article: “Trimming Multi-Line Text in CSS”
My new article on working with HSL colors in CSS. Why they are preferable and how to work with them… Read more My New Article: “Why CSS HSL Colors are Better!”
I just published a new article about how to create Storytelling CSS Class Names. To the full article “Storytelling CSS… Read more My New Article: “Storytelling CSS Class Names”
I just published a new guide, that explains the difference between CSS Resolution and Device Resolution. To clear once and… Read more My New Article: “Understanding the Difference Between CSS Resolution and Device Resolution”
I just published a new full guide on Responsive Images. This guide deals with all Responsive Images methods. Why each… Read more My New Article: “Complete Guide to Responsive Images!”
CSS Normalize or CSS Reset?! As a rule, we want an HTML elements to look the same way, independent of which… Read more My New Series of Articles on CSS Architecture
CSS position sticky has really good browser support, yet most developers aren’t using it. The reason for that is twofold: First, the long… Read more New Article: “CSS Position Sticky – How It Really Works!”
Most of us developers used to think in terms of left and right, top and bottom. This is because in… Read more My New Article “New CSS Logical Properties!”