Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不知道如何使字段集的标题具有纯色背景色。当我尝试在 CSS 中更改颜色时,它会为整个字段集框着色。
html
<fieldset> <legend >Personalia:</legend> Name: <input type="text"><br> Email: <input type="text"><br> Date of birth: <input type="text"> </fieldset>
css
fieldset legend {background:red}
工作样本http://codepen.io/yardenst/pen/taBqH