Files
_resources/it114105/itp4513/Lab08/css/Lab08_Q3_layout.css
louiscklaw 04dbefcbaf update,
2025-02-01 01:58:47 +08:00

19 lines
278 B
CSS

@charset "utf-8";
/* CSS Document */
h2{
font-size: 28px;
color: orchid;
border-bottom: 3px solid #EE82EE;
}
table, th, td{
font-size: 20px;
border: 1px solid grey;
border-collapse: collapse;
padding: 5px;
}
#tableID thead{
background-color: #ffe4e1;
color: orchid;
}