Found 33 articles tagged with #css
CSS inheritance propagates property values from parent elements to their children, establish the basis for consistent design with little code.
Take a closer look at how to calculate the actual specificity value to determine which selector takes precedence .
CSS Modules let you use the same CSS class name in different files without worrying about naming clashes.
You can achieve a design with different CSS layout systems like Positioned, Flexbox, Grid, or Multi-Column Layout.
Some noted problems that might hold CSS back and open up new development of preprocessors or CSS-in-JS.
An overview look at core CSS topics that help you ace the frontend interview.
On following a CSS style guide to write sane, manageable and scalable code.
On debate of different strategies to fix inconsistent default styles across browsers by resetting, normalizing, or personalizing.
CSS preprocessors empower CSS with variables, nesting, inheritance, mixins, functions, and mathematical operations.
The industry darling BEM, the rebellious maverick Atomic CSS, and other incompetent solutions.