You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
412 B

9 months ago
body {
background-color : LightGrey;
font-family: sans-serif;
}
td {
text-align: center;
}
#lhtable {
border: 1px solid black;
background-color: PowderBlue;
}
#linktable {
border: 1px solid black;
background-color: Lime;
}
#lhtable caption , #linktable caption {
font-weight : bold;
font-size : 2em;
color : white;
background-color : black;
}
#linktable {
width: 100%;
}
#lhtable {
width: 100%;
}