Fixed spacing and outdated code
This commit is contained in:
17
style.css
17
style.css
@ -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;
|
||||
}
|
Reference in New Issue
Block a user