Skip to content

sleepless000/css-understand-css-selector-specificity

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 56.9%
  • CSS 43.1%