728x90
SMALL
#css
Adjacent Sibling Selector (Adjacent Sibling Selector)
- The Adjacent Sibling Selector selects the first element of any element's sibling element.
- For example, the following selects the first p element siblings of the h1 element.
h1 + p
#css grammar #css basic #css tag #css Adjacent Sibling Selector #Adjacent Sibling Selector #selector #css selector
728x90
LIST
'CSS' 카테고리의 다른 글
[CSS] CSS / Pseudo class (0) | 2022.08.17 |
---|---|
[CSS] CSS / Pseudo-elements (0) | 2022.08.16 |
[CSS] CSS / Sibling Selector (0) | 2022.08.15 |
[CSS] CSS / Child Selector (0) | 2022.08.14 |
[CSS] CSS / Descendant Selector (0) | 2022.08.01 |