ì¸ì íì ê²°í©ì
Baseline
Widely available
This feature is well established and works across many devices and browser versions. Itâs been available across browsers since 2015ë 7ì.
ì¸ì íì ê²°í©ì(+)ë ììì ì§ì í ììì ë°ë¡ ë¤ìì ìì¹íë íì ììë§ ì íí©ëë¤.
css
/* Paragraphs that come immediately after any image */
img + p {
font-weight: bold;
}
구문
former_element + target_element { style properties }
ìì
>CSS
css
li:first-of-type + li {
color: red;
}
HTML
html
<ul>
<li>One</li>
<li>Two!</li>
<li>Three</li>
</ul>
ê²°ê³¼
ëª ì¸
| Specification |
|---|
| Selectors Level 4 > # adjacent-sibling-combinators > |