728x90
SMALL
#CSS
#type selector
Type Selector
Type selectors are selectors that select HTML elements such as h1, p, div, and span.
For example, the following makes the contents of all p elements in an HTML document blue.
p {
color: blue;
}
728x90
LIST
'CSS' 카테고리의 다른 글
[CSS] CSS / ID Selector (0) | 2022.07.29 |
---|---|
[CSS] CSS / Selector / Attribute Selector (0) | 2022.07.29 |
[CSS] CSS / Selector / Universal Selector (0) | 2022.07.29 |
[CSS] Use of CSS / variables (0) | 2022.07.29 |
[CSS] CSS / inheritance (0) | 2022.07.29 |