風は本当につめたいのですが、ランラビパーカー(黒)を着て車を運転していると、ぽっかぽっかと温まりますね、ホッ(*^.^*)
さて、ちょっとCSSの勉強中で、こちらのブログもCSSいじりにかかってます。見るたび画像やら色がかわっていることがありますので驚かないでね。
***
備忘録なので、読み飛ばしてください。役に立つ人には役に立つかも。
緑 98CB00 ⇒ 98EC00 でグラデーション
グラデ作成:http://lab.rails2u.com/bgmaker/
top 100px⇒200px
/* ----------------------- background-color-control ----------------------- */
body {
background-color: #FFFFFF;
}
#sub_a{
background-color:#FFFFFF;
}
#sub_b{
background-color:#FFFFFF;
}
#header {
background-image: url(http://www.○○○.com/TOP.jpg
);
background-repeat: no-repeat;
background-position: center left;
}
/* ----------------------- font-information ----------------------- */
body{
color:#000000;
font-size:12px;
}
.list{
font-size:10px;
}
#header h1 a,
#header h1{
color: #ffffe0;
font-size: 25px;
font-weight: bold;
line-height: 1.15;
}
#header h2{
color:#eee8aa;
font-size:11px;
font-weight: normal;
line-height:1.15;
}