実験じっけんタイトル・・(abc・ABC) -5ページ目

実験じっけんタイトル・・(abc・ABC)

概要・・
ここにブログの説明を入力します。

左揃え 中央揃え 右揃え
列幅10 列幅15 列幅20
白BI 行高25 パターン25%灰色
  18 配置上詰め
均等割り付け 配置下詰め

てすと




#calendar table caption{
border-collapse: collapse;
border: 1px #1C79C6 solid;
}
#calendar table th,
#calendar table td{
border: 1px #1C79C6 solid;
}

#calendar table td a{
text-decoration: none; /* リンク文字の下線消す */
display:block;
background-color: #00ff00; /* セルの背景色 */
}
#calendar table td a:hover{
background-color: #ff0000; /* セルの背景色 */
}