2009scape-website/site/css/hof.css
2022-01-07 20:19:15 -05:00

17 lines
350 B
CSS

.tableForFame
{
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}
.tdForFame, .thForFame
{
border: 1px solid seashell;
text-align: left;
padding: 8px;
}
.trForFame:nth-child(even)
{
background-color:seashell;
}