Removed use of center tag.

This commit is contained in:
Ajay Ramachandran
2019-12-30 14:44:03 -05:00
parent fcb6ed7676
commit b3361a473c
3 changed files with 38 additions and 35 deletions

View File

@@ -3,6 +3,10 @@ body {
font-family: Sans-Serif;
}
.center {
text-align: center;
}
.hidden {
display: none;
}
@@ -42,6 +46,7 @@ body {
#options {
max-width: 60%;
text-align: left;
display: inline-block;
}
.switch-container:after {