【CSS】backround imageの backgroundプロパティによる一括指定
Categories:
css
一括指定しましょう
backgroundのcssはbackgroundプロパティで一括指定できます。 具体的には一括していできるプロパティは以下の通りです。
このプロパティは、一括指定プロパティであり、 background-clip, background-color, background-image, background-origin, background-position, background-repeat, background-size, background-attachment を単一の宣言で設定します。
つまりは・・
background-color単一ならこれだけでいいけど、 background-colorとbackground-positionとか
複数のbackground系を使うならば backgroundプロパティで一括していしたほうがいい!!!
↑この一文だけ覚えておけばOK。