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