Premium Only Content

Learn CSS: Universal Day 16 | Selector and Inheritance Selector
Visit - www.skyhighes.com
Universal Selector and Inheritance Selector in CSS
In CSS, selectors are used to target specific elements on your web page and apply styles to them. Two fundamental types of selectors are:
1. Universal Selector:
Represented by the asterisk (*) symbol.
Applies styles to all elements on the page.
Has the highest specificity level, overriding all other selectors.
Example:
CSS
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
Use code with caution. Learn more
This code will set the margin, padding, and box-sizing of all elements on the page to zero.
Advantages:
Saves time by applying styles to all elements at once.
Useful for resetting default browser styles.
Disadvantages:
Can be difficult to override if you need to apply different styles to specific elements.
Can lead to unexpected results if not used carefully.
2. Inheritance Selector:
Selects all descendant elements of a particular element.
Uses the greater-than symbol (>) to separate the parent element from the descendant element.
Example:
CSS
body > h1 {
font-size: 2em;
text-align: center;
}
Use code with caution. Learn more
This code will set the font size to 2em and text-align to center for all h1 elements that are direct children of the body element.
Advantages:
Organizes styles by element hierarchy.
Makes your CSS code more maintainable and easier to understand.
Disadvantages:
Can be verbose for deeply nested elements.
Can be difficult to override if you need to apply different styles to specific descendant elements.
-
Glenn Greenwald
5 hours agoLocals Mailbag: Glenn Answers Questions on Panic Over Zohran, SCOTUS Rulings, Israel/Iran War, & More | SYSTEM UPDATE #478
36.9K23 -
LIVE
Dr Disrespect
8 hours ago🔴LIVE - DR DISRESPECT - TOP 10 HOTTEST DEMOS OF 2025
2,284 watching -
LIVE
SpartakusLIVE
3 hours agoNEW Loadouts have DROPPED from ADVANCEDgg || !advanced
355 watching -
3:47:57
Nerdrotic
5 hours ago $5.23 earnedMarvel's IronSHART! Not Another Hollywood Bailout?! FNT Is Under ATTACK! | Friday Night Tights 360
38.7K9 -
LIVE
Blabs Games
1 hour agoI'm Terrible At This. | Noob Plays
75 watching -
LIVE
Edge of Wonder
6 hours ago3D Holograms You Can Touch & Sound Wave Levitation
343 watching -
16:42
Tactical Advisor
14 days agoCan Air Tanks Stop a 50 Cal Sniper Rifle?!
41 -
LIVE
VapinGamers
1 hour agoFortnite Friday 4 Some with ItalianCEO, GlamourX, DJSkids24 - Rumble Take Over - !rumbot
18 watching -
LIVE
ttvglamourx
9 hours ago $0.12 earnedHAPPY FRIDAY CALL O F DUTY + FORTNITE !DISCORD
72 watching -
LIVE
JdaDelete
19 hours agoSea of Thieves with the Crew [#6] Fruity, Booty, and Scooty Puff Jr.
32 watching