mirror of
https://github.com/GittyMac/OpenFK.git
synced 2026-03-21 17:44:31 -05:00
102 lines
1.6 KiB
CSS
102 lines
1.6 KiB
CSS
body {
|
|
font-family: 'Arial', sans-serif;
|
|
text-align: center;
|
|
margin: 0;
|
|
background-color: #ededed;
|
|
position: relative;
|
|
min-height: 100vh;
|
|
}
|
|
|
|
marquee {
|
|
font-weight: bold;
|
|
font-size: 24px;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 78px;
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 48px;
|
|
margin-top: 0px;
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 18px;
|
|
margin: 0 auto;
|
|
width: 50%;
|
|
}
|
|
|
|
p {
|
|
font-size: 18px;
|
|
margin: 0 auto;
|
|
width: 50%;
|
|
}
|
|
|
|
a{
|
|
padding:5px;
|
|
text-decoration: none;
|
|
color: black;
|
|
}
|
|
|
|
.dl {
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
font-size: 72px;
|
|
color: seagreen;
|
|
}
|
|
|
|
.sidenav {
|
|
margin: auto;
|
|
width: auto;
|
|
height: auto;
|
|
position: relative;
|
|
overflow: auto;
|
|
z-index: 1;
|
|
top: 0;
|
|
left: 0;
|
|
background-color: #f2f2f2;
|
|
font-size: 24px;
|
|
text-align: left;
|
|
padding-top: 20px;
|
|
padding-left: 20px;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.imgButton {
|
|
display: inline-block;
|
|
position: relative;
|
|
top: 0;
|
|
transition: ease 0.5s;
|
|
background-color: #62cdfe;
|
|
color: black;
|
|
padding: 10px;
|
|
width: fit-content;
|
|
margin: 10px;
|
|
margin-left: 0;
|
|
border-radius: 10px;
|
|
white-space: nowrap;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.imgButton:hover {
|
|
background-image: linear-gradient(rgb(0 0 0/20%) 0 0);
|
|
}
|
|
|
|
.footer{
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 5rem;
|
|
}
|
|
|
|
.center
|
|
{
|
|
width: 100%;
|
|
margin: 0;
|
|
padding-bottom: 5rem;
|
|
padding-top: 40px;
|
|
} |