标签: html css
我有下一个HTML:
<div> <b>Text</b> <br>next line </div>
我尝试在第一行之后进行填充,但均无效:
div > :first-child { margin-bottom: 0.5em; } div > :first-child { padding-bottom: 0.5em; }
如何在第一行之后进行填充?