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クラスを次のように持っています:
.span9 { width: 870px; } .span4 { width: 370px; }
別のカスタム CSS ファイルで、別の CSS クラス .span9 を作成したいですか? どうすればいいですか?
その理由は、DOM 要素が .span4 を使用しており、これをオーバーライドしたいのですが、カスタムの外部 CSS ファイルでオーバーライドする必要があるためです。
これは可能ですか?