Selectors
universele selector
* {
/* ... */
}root-selector
:root {
/* ... */
}type-selector
h1, h2, h3 {
/* ... */
}
p {
/* ... */
}
a {
/* ... */
}child-selector
descendant-selector
Last updated