背景画像のテクニック4

繰り返しなしの背景画像

no-repeat の指定をすると、背景に1個の画像が貼り付けられます。

body {
  background-color : #ffffff;
  background-image : url(images/bgimgtl1.png);
  background-repeat: no-repeat;
  }

あわせて次のように書くこともできます。

body {background:#ffffff url(images/bgimgtl1.png) no-repeat;}

他の背景にしてみる

背景サンプル 背景サンプル 背景サンプル 背景サンプル 背景サンプル

聖愛高等学校
http://www.seiai.ed.jp/