ewfm-themes/roundbox/roundbox-code/dist/style.css
2021-11-19 16:47:42 +00:00

58 lines
706 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;
border: solid;
border-radius: 15px;
text-align: center;
}
.pad {
padding: 10px;
}
.head {
float: left;
border: solid;
border-radius: 15px;
width: 100%;
color: #6dff79;
text-align: center;
margin-bottom: 25px;
}
.nav {
text-align: center;
word-spacing: 5px;
color: #6dff79;
border: solid;
border-radius: 15px;
padding-top: 15px;
}
a:link {
color: #6dff79;
}
a:visited {
color: #6dff79;
}
a:hover {
color: #6dff79;
}
a:active {
color: #6dff79;
}