2016年8月2日火曜日

code,css



h1{
line-height:normal;
font-size:30px;/*タイトル文字サイズ*/
font-family: Osaka,Verdana,Arial,Helvetica,sans-serif;
font-weight:bold ;
margin:0;
padding:4px 0px 15px 0px;
}
h2{
line-height:normal;
font-size:20px;/*タイトル文字サイズ*/
font-family: Osaka,Verdana,Arial,Helvetica,sans-serif;
font-weight:bold ;
margin:0;
}
.........................
/*ページのタイトル部分のみのテキストリンク-----------------*/
h2 a:link       {color:#B61656; text-decoration: none;} /*メニュー・テキストリンクの色*/
h2 a:visited    {color:#B61656; text-decoration: none;} /*メニュー・訪問済みのリンクの色*/
h2 a:active     {color:#B61656; text-decoration: none;} /*メニュー・クリック時のリンクの色*/
h2 a:hover      {color:#B61656; text-decoration: none;} /*メニュー・マウス上にカーソルがある時のリンク色*/

hdgfg pc

0 件のコメント:

コメントを投稿