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.
このような2つの背景画像を使用しようとしています
CSS:
nav li { background bg1 } li#abc { background bg2 }
HTML:
nav ul li id="abc"
実行することでオーバーライドできることは知っていますがli#abc { background bg1 bg2 }..、bg2を追加できるかどうか疑問に思っていました。
li#abc { background bg1 bg2 }..