rectifying mistake

This commit is contained in:
abbie 2021-09-20 16:37:44 +01:00
parent 2db9e17319
commit 3182637185
No known key found for this signature in database
GPG key ID: 04DDE463F9200F87

View file

@ -1,52 +0,0 @@
body {
margin: 0;
font-family: Verdana, sans-serif;
background-color: #F4A460;
}
.column {
float: left;
overflow-x: hidden;
z-index: 1;
min-height: 85vh;
height: auto !important;
height: 100%;
width: 100%;
color: black;
text-align: center;
}
.pad {
padding: 10px;
}
.head {
float: left;
border-bottom-style: solid;
width: 100%;
color: black;
text-align: center;
}
.nav {
text-align: center;
word-spacing: 5px;
color: black;
padding-top: 15px;
}
a:link {
color: black;
}
a:visited {
color: black;
}
a:hover {
color: black;
}
a:active {
color: black;
}