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

17 lines
216 B
CSS

8 months ago
img {
width: 50px;
height: 42px;
}
table {
width: 100%;
white-space: nowrap;
}
table th{
border-bottom: 1px solid black;
font-weight: bold;
font-family: Verdana;
white-space: nowrap;
padding-right: 10px;
}