sleepless000 / css-understand-css-selector-specificity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSS Selectors in Depth

Course Image of CSS Selectors in Depth

Cascading style sheet (CSS) selectors are the glue that connects styling to HTML content. Understanding how they work enables a developer to write more semantic markup and keeps styling modular for better project maintenance.

In this course, we will start with basic selectors and work our way through more complex classification of selectors, explaining common use cases along the way. Finally, we’ll look at how selectors can be combined and how selector specificity can create some common problems.

About this Repo

Each folder in this repo corresponds to each course lesson which is ran in codesandbox.io

About


Languages

Language:HTML 56.9%Language:CSS 43.1%