- 公開日 :
- 2018年01月01日 08時00分
#table{
width: 95%;
border-collapse: collapse;
}
#table td,
#table th{
padding: 5px;
border: 1px solid #ccc;
}
#table th{
font-weight: bold;
text-align: left;
}
#table thead th{
background:#e6e6e6;
text-align: left;
}
@media only screen a...