Files
2026-06-11 18:47:38 +09:00

14 lines
184 B
CSS

.tbl_frm01 {
width: 100%;
border-collapse: collapse;
}
.tbl_frm01 th, .tbl_frm01 td {
border: 1px solid #ccc;
padding: 8px;
}
.tbl_frm01 th {
background: #eee;
}