标签: css
我有一个像这样的元素
<h4><a href="#">Something</a></h4> <h4>Something else</h4>
我想为父母的h4元素设置样式。那可能吗? 所以我正在寻找像
h4~ h4>a{ // I don't know the correct operator instead of "~" border-bottom:10px solid blue; } h4{ border-bottom.5px solid red; }