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.
HTML初心者です。それで、フィールドセットの境界線の背景色または画像を作成する方法に疑問がありましたか? フィールド セットに通常の色の値を使用できますか、またはフィールド セットの背景色を作成するために特別なカラー コードが必要ですか? どんな情報も役に立ちます。HTML の背景画像が既にあり、フィールド セットの境界線に背景色を適用したいと考えています。
あなたはこれを使うことができます
.field_set{ border-color:#F00; //your color here border-style: solid; //border style }
通常の CSS スタイリングとして、ここで他の CSS プロパティを指定することもできます。