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.
-
LIVE
Matt Kohrs
9 hours agoMARKET OPEN: Bounce or Bust?! || Live Trading
656 watching -
LIVE
LFA TV
12 hours agoLFA TV ALL DAY STREAM - THURSDAY 7/17/25
6,026 watching -
25:44
Producer Michael
20 hours agoTHE TOP-SECRET DIAMOND TRADE WORTH $38 BILLION YOU'VE NEVER HEARD OF!
8.48K1 -
24:55
World2Briggs
17 hours ago $3.76 earnedDenver's 25-Year Collapse: The Timeline Nobody Wanted to Believe
11.8K27 -
10:39
ARFCOM News
17 hours ago $1.53 earnedFeds Cave on 18yr Olds | Gun-Free Zones = Loot Drops | Cops Drop Sig 320
9.69K5 -
8:08
The Car Guy Online
16 hours ago $1.38 earnedFord’s SHOCKING 'Solution' for 694,000+ Fire-Prone SUVs! Bronco Sport and Escapes.
10.9K10 -
2:02:58
BEK TV
1 day agoTrent Loos in the Morning 7/17/2025
9.83K -
LIVE
The Bubba Army
23 hours agoIs Trump LYING?! - Bubba the Love Sponge® Show | 7/17/25
1,498 watching -
LIVE
FyrBorne
14 hours ago🔴Warzone M&K Sniping: Can Anything Defeat The TR2 Meta?
121 watching -
16:10
Ohio State Football and Recruiting at Buckeye Huddle
1 day agoOhio State Football: The 10 Most Unbreakable Defensive Records in Buckeye History
18K