Skip to content

Commit 1b80e2a

Browse files
Update adjacent-sibling-selector.md
1 parent 9f8b8dd commit 1b80e2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/css/selectors/combinator-selectors/adjacent-sibling-selector.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ keywords:
1313
css combinator,
1414
css adjacent sibling combinator,
1515
]
16+
hide_table_of_contents: true
1617
---
1718

1819
In CSS, the adjacent sibling selector is used to select an element that is immediately preceded by another element. The adjacent sibling selector is represented by the `+` character between two selectors.
1920

2021
<AdsComponent />
22+
<br />
2123

2224
## Syntax
2325

@@ -64,6 +66,7 @@ The adjacent sibling selector can be used to target specific elements that are a
6466
:::
6567

6668
<AdsComponent />
69+
<br />
6770

6871
## Example: Using Adjacent Sibling Selector
6972

0 commit comments

Comments
 (0)