投稿数 585
公開から 2940

【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。

参考

https://developer.mozilla.org/ja/docs/Web/CSS/background