タイトルの文字を斜体にする | Let's look up at the Blue Sky

タイトルの文字を斜体にする

タイトルの文字を斜体にすると意外にカッコイイですよ!

試してみる価値アリ~


/* ----------------------- footArea ----------------------- */
/* ----------------------- font-information ----------------------- */
body{
color:#000000;
font-size:12px;
}
.list{
font-size:10px;
}
#header h1 a{      /*ブログタイトル*/
color: #FFFFFF;     /*色を変更*/
font-size: 25px;
font-weight: bold;
line-height: 1.15;
font-style:oblique;     /*字体を変更(このままだと斜体)*/
}