這是 HTML 檔案的原始碼說明文件
mytable.css
table.mytable tr,table.mytable th,table.mytable td{
border:1px solid darkgray;
text-align:center;
}
.myclass {
font-weight:bolder;
background-color:lightyellow;
color:black;
}
overall.css
body{
font-family:'Times New Roman', '新細明體';
font-size:12pt;
line-height:1.6em;
background-color:white;
color:#9f9f9f;
letter-spacing:0.05em;
text-align:justify;
background-image:url('../images/bg-img-1.jpg');
background-attachment: fixed;
background-repeat: repeat-x;
background-position:bottom;
}
.color1 {
background-color:lightyellow;
color: darkblue;
border:1px solid black;
}
.color2 {
background-color:darkblue;
color: lightyellow;
border:1px solid black;
}
.color3{
border:1px solid black;
}