SlideShare a Scribd company logo
1
Igor Ognichenko
Node.js Developer at FireBlink
Github: RobinCk
Linkedin: igor-ognichenko
CSS Selector
3
4
CSS it's easy
a { background-color: green; }
selector property value
declaration
start
declaration
end
property/value
separator
declaration
separator
5
● Universal Selector (*)
● Element Type Selector (div)
● Class Selector (.red)
● ID Selector (#element-id)
● Attribute Selector ([data-attr=”1”])
● Selector Grouping (div.red, span.red)
● Combinators (ul > li)
● Pseudo-classes (a:hover, a:active)
● Pseudo-elements (span::first-letter, span::before)
CSS Selectors
Advanced
6
#navigation ul.menu *:first-child > a[rel=nofollow]::before
id
class
any element
pseudo-class
element
combinator pseudo-element
attribute
“
Calculating CSS Specificity Value
7
8
style=”” #container .selector div *
Specificity
pseudo-class attribute pseudo-element
9
1000 100 10 1 0
Specificity
Note: The :not() sort-of-pseudo-class adds no specificity by
itself, only what's inside the parens is added to specificity value.
style=”” #container .selector div *
pseudo-class attribute pseudo-element
10
● The universal selector (*) has no specificity value (0)
● Pseudo-elements (e.g. :first-line) get 1 unlike their psuedo-
class brethren which get 10
● The pseudo-class :not() adds no specificity by itself, only
what's inside it's parentheses.
● The !important value appended a CSS property value is an
automatic win. It overrides even inline styles from the
markup. The only way an !important value can be overridden
is with another !important rule declared later in the CSS and
with equal or great specificity value otherwise. You could
think of it as adding 10000 to the specificity value.
11
#navigation ul.menu *:first-child > a[rel=nofollow]::before
id
class
any element
pseudo-class
element
combinator pseudo-element
attribute
12
https://specificity.keegan.st/ - Specificity calculator
#navigation ul.menu *:first-child > a[rel=nofollow]::before
id
class
any element
pseudo-class
element
combinator pseudo-element
attribute
13
<style type="text/css">
.green {
color: green;
}
.red {
color: red;
}
</style>
<div class="red green">
What color am I?
</div>
14
<style type="text/css">
.green {
color: green;
}
.red {
color: red;
}
</style>
<div class="red green">
What color am I?
</div>
15
<style type="text/css">
div.green {
color: green;
}
.red {
color: red;
}
</style>
<div class="red green">
What color am I?
</div>
16
<style type="text/css">
div.green {
color: green;
}
.red {
color: red;
}
</style>
<div class="red green">
What color am I?
</div>
17
<style type="text/css">
.red.red {
color: red;
}
div.green {
color: green;
}
</style>
<div class="red green">
What color am I?
</div>
18
<style type="text/css">
.red.red {
color: red;
}
div.green {
color: green;
}
</style>
<div class="red green">
What color am I?
</div>
19
1. Importance (!Important)
2. Specificity
3. Source and order
Cascade is an algorithm that defines what value properties will be applied if it
tries it set several rules from different sources. This is the core CSS, or
Cascading Style Sheets.
Cascade
!Important
20
21
22
1. redefine inline style
2. redefine other !important
Case for usage
!important
Thanks!
Any questions?
23

More Related Content

PDF
Slashdot Tags
PDF
Introducing jQuery
PDF
PPTX
Efficient use of jQuery selector
PPTX
PPTX
Going with style: Themes and apps for Magento Go
PPTX
How to increase Performance of Web Application using JQuery
Slashdot Tags
Introducing jQuery
Efficient use of jQuery selector
Going with style: Themes and apps for Magento Go
How to increase Performance of Web Application using JQuery

What's hot (19)

PPTX
jQuery basics for Beginners
PPTX
Jquery introduction
PPT
Intro to jQuery
PPTX
Jquery Basics
PDF
Self join in active record association
PPTX
Jquery
PPT
J Query Public
PDF
Aug 3-2012 - StiltSoft - 10 features for JIRA admin
PDF
Jquery plugin development
PDF
JQuery plugin development fundamentals
PDF
Configuration Entities in Drupal 8
PPTX
Tips for writing Javascript for Drupal
ODP
Jquery Plugin
PPT
Introuction To jQuery
PPTX
JQuery
PDF
ThingMaker in Swift
PDF
Handlebars.js
jQuery basics for Beginners
Jquery introduction
Intro to jQuery
Jquery Basics
Self join in active record association
Jquery
J Query Public
Aug 3-2012 - StiltSoft - 10 features for JIRA admin
Jquery plugin development
JQuery plugin development fundamentals
Configuration Entities in Drupal 8
Tips for writing Javascript for Drupal
Jquery Plugin
Introuction To jQuery
JQuery
ThingMaker in Swift
Handlebars.js
Ad

Similar to Css Selectors (20)

PDF
CSS-STUDY MATERIAL.pdf
PDF
Chapterrr_8_Introduction to CSS.pptx.pdf
PPTX
Css specificity inheritance and the cascade things you should know
PPTX
Fundamental of Web Development Tutorials-CSS by PINFO Technologies.pptx
PDF
Web Design Course: CSS lecture 1
PPTX
Charlotte FED - CSS Inheritance and Specificity
PPTX
Css basics
PDF
Introduction to CSS3
PDF
CSS Foundations, pt 1
PPTX
Css selectors
PDF
CSS Psuedo and beyond
DOCX
Introducing CSS Selectors.docx
PPTX
Specificity and CSS Selectors
PPTX
Types of Selectors (HTML)
PPTX
CSS Fundamentals: selectors and Properties
PDF
04 CSS #burningkeyboards
PPTX
Cascading Styling Sheets(CSS) simple design language intended to transform th...
PPT
Css Specificity
PDF
CSS CASCADE
PDF
4. Web Technology CSS Basics-1
CSS-STUDY MATERIAL.pdf
Chapterrr_8_Introduction to CSS.pptx.pdf
Css specificity inheritance and the cascade things you should know
Fundamental of Web Development Tutorials-CSS by PINFO Technologies.pptx
Web Design Course: CSS lecture 1
Charlotte FED - CSS Inheritance and Specificity
Css basics
Introduction to CSS3
CSS Foundations, pt 1
Css selectors
CSS Psuedo and beyond
Introducing CSS Selectors.docx
Specificity and CSS Selectors
Types of Selectors (HTML)
CSS Fundamentals: selectors and Properties
04 CSS #burningkeyboards
Cascading Styling Sheets(CSS) simple design language intended to transform th...
Css Specificity
CSS CASCADE
4. Web Technology CSS Basics-1
Ad

Recently uploaded (20)

PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Machine learning based COVID-19 study performance prediction
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Encapsulation_ Review paper, used for researhc scholars
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
“AI and Expert System Decision Support & Business Intelligence Systems”
20250228 LYD VKU AI Blended-Learning.pptx
Machine learning based COVID-19 study performance prediction
Spectral efficient network and resource selection model in 5G networks
Digital-Transformation-Roadmap-for-Companies.pptx
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Per capita expenditure prediction using model stacking based on satellite ima...
Dropbox Q2 2025 Financial Results & Investor Presentation
Unlocking AI with Model Context Protocol (MCP)
NewMind AI Weekly Chronicles - August'25 Week I
Advanced methodologies resolving dimensionality complications for autism neur...
Review of recent advances in non-invasive hemoglobin estimation
Chapter 3 Spatial Domain Image Processing.pdf
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Encapsulation_ Review paper, used for researhc scholars
The AUB Centre for AI in Media Proposal.docx
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Diabetes mellitus diagnosis method based random forest with bat algorithm
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication

Css Selectors