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