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.
すでに持っている場合は言う
.s1 { .... }
あなたの.cssファイルに
デフォルトを定義できますか
.css ファイル自体から .s1 のスタイルを継承するには?
ありがとうナリン
css をコンマで区切ることができます。例:
.style, input, div, .style2{ background:#fff; }