2016-08-21 9 views

答えて

0
background: url('img1.jpg'),url('img2.jpg'); 
background-repeat: no-repeat, repeat; 
background-blend-mode: multiply; 

これは、ほとんどの背景画像に関連する特性がbackground-sizebackground-positionなど、どのように働くかです。複数の画像が指定されている場合(コンマ区切りのURLリスト)、各画像のプロパティを一覧表示できます。注文は一致します。つまり、この例ではimg1.jpgは繰り返されず、img2.jpgとなります。

関連する問題