index html www profile html other 1 html

  • Slides: 17
Download presentation

◆雛形ページについて index. html デスクトップのwww内 profile. html other 1. html other 2. html 7

◆雛形ページについて index. html デスクトップのwww内 profile. html other 1. html other 2. html 7

◆背景を変える その2:背景画像 body{background-color: #FF 0000; } を次のように変更body{background-image: url(“画像ファイル名"); } 例:body{background-image: url(". /images_bg/bg_sample 8. gif"); }

◆背景を変える その2:背景画像 body{background-color: #FF 0000; } を次のように変更body{background-image: url(“画像ファイル名"); } 例:body{background-image: url(". /images_bg/bg_sample 8. gif"); } ソース images_bg この中から選択 profile. html 15