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