Premium Only Content

Learn CSS: Class and Id Selector | Day 12 | Combining Selector and Body Selector in CSS
Class and ID Selectors in CSS
Class and ID selectors are fundamental building blocks of CSS styling. They allow you to target specific elements in your HTML document and apply styles to them. Understanding their differences is crucial for writing efficient and maintainable CSS code.
Class Selector
Syntax: .class-name
Selection: Applies styles to all elements with the specified class attribute.
Use case: When you want to style multiple elements with the same characteristics, like buttons, headings, or specific sections.
Example:
CSS
.button {
background-color: #007bff;
color: #fff;
padding: 10px 20px;
border: none;
border-radius: 5px;
}
Use code with caution. Learn more
This code will apply the specified styles (background color, color, padding, border, and border radius) to all elements in your HTML document with the class "button."
ID Selector
Syntax: #id-name
Selection: Applies styles to a single unique element with the specified ID attribute.
Use case: When you want to style a specific element only once on your page, like the navigation bar, header, or footer.
Example:
CSS
#header {
background-color: #333;
color: #fff;
padding: 20px;
}
-
1:14:55
vivafrei
5 hours agoJD Vance Pays Tribute to Charlie Kirk; Ryan Routh Trial Continues! And More!
168K91 -
LIVE
Dr Disrespect
6 hours ago🔴LIVE - DR DISRESPECT - WARZONE - PROTECT THE DOC
1,153 watching -
LIVE
LFA TV
19 hours agoLFA TV ALL DAY STREAM - MONDAY 9/15/25
1,540 watching -
29:05
Athlete & Artist Show
5 hours ago1st Line Minutes at 35, Slovenian Sports Fans, and MORE
4.61K -
LIVE
freecastle
5 hours agoTAKE UP YOUR CROSS- Our Battles, HE Has Already Won!
176 watching -
1:37:05
The Quartering
5 hours agoCharlie Kirk Assassination FBI Coverup, Liberals Getting Fired & Massive Vigils!
200K78 -
DVR
The Michelle Moore Show
19 hours agoNow Streaming LIVE >>> Guest, Lt. Mark Taylor: The Michelle Moore Show (Sept 15, 2025)
21.4K23 -
LIVE
Rallied
4 hours ago $0.39 earnedShotty Boys Warzone Challenges
92 watching -
2:01:45
MattMorseTV
4 hours ago $4.63 earned🔴Reacting to SAM HYDE.🔴
52.5K25 -
1:17:36
Russell Brand
5 hours agoTommy Robinson UK rally “draws 3 MILLION”, Trump Launches Investigation of Left - SF633
106K16