不确定这是否可行,css
但我想做的是
说,你有你的html
结构如下: -
<h4>Title <span class="specific"> text </span> </h4>
<div>
<p> This is some text. </p>
</div>
现在,我想为div p
元素设置样式,但我想h4 span.specific
用作关系div p
元素的关系。
使用括号,它可能看起来像这样。(h4 span.specific) ~ (div p)
只是想知道这是否可以仅使用 CSS 来完成。