*
The universal selector is a special type selector, that represents an element of any element type. 5.2. Universal selector
Links about *
Axiomatic CSS and Lobotomized Owls
Managing flow content can get unwieldy—too many class selectors can become a specificity headache, nested styling can get redundant, and content editors don’t always understand the presentational m…
Universal selectors
The CSS universal selector (*) matches elements of any type.
Code sample
* {
outline: 5px solid fuchsia;
}
Explore other pages
- aria-current
Indicates the current item within a set of related elements.
- scroll-behavior
Specifies the scrolling behavior for a scrolling box.
- content-visibility
Controls whether or not an element renders its contents at all.
- ::marker
The ::marker pseudo-element represents the automatically generated marker box of a list item.