backgroundプロパティの指定方法や、できることの幅が広がってる感じ。

 

基本の一括指定。

background: no-repeat center/cover pink url(../img/header.png);

background-positionbackground-sizeの指定を / で区切るところがミソ。

 

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

 

inherit は値を強制的に継承するよう指定できるが、これで画像も継承させることが可能。

liner-gradient で画像上にカラーのグラデーションをうっすらひいて加工写真風にすることもできる。

 

background-orign

https://qiita.com/2x2no/items/c9f42fcab4743442139b