Fixed spacing and outdated code

This commit is contained in:
2022-12-31 03:07:55 -08:00
parent 0841cdce4d
commit c3cfda474d
7 changed files with 93 additions and 86 deletions

View File

@ -58,12 +58,29 @@ a:active {
border-left-style: solid;
border-bottom-color: #000000;
max-width: 100%;
border: 0;
}
.no-decoration a {
text-decoration: none;
}
.no-decoration {
text-decoration: none;
}
.center {
text-align: center;
}
td.devil{
background-color: #666666;
}
td.blue{
background-color: #0000ff;
}
div.main{
margin: auto;
display: flex;
justify-content: center;
align-items: center;
}