mirror of
https://github.com/Alee14/shiftos-website.git
synced 2025-01-22 20:02:14 +00:00
39 lines
No EOL
515 B
CSS
39 lines
No EOL
515 B
CSS
body {
|
|
font-family: Consolas, open-sans;
|
|
background: #333333;
|
|
color: white;
|
|
}
|
|
|
|
.center {
|
|
text-align: center;
|
|
}
|
|
|
|
a:link {
|
|
color: #00e600;
|
|
background-color: transparent;
|
|
text-decoration: none;
|
|
font-size: 20px;
|
|
}
|
|
|
|
a:visited {
|
|
color: gray;
|
|
background-color: transparent;
|
|
text-decoration: none;
|
|
}
|
|
|
|
p {
|
|
font-size: 20px;
|
|
}
|
|
|
|
footer {
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 0;
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
|
|
img.logo {
|
|
width: 50%;
|
|
height: auto;
|
|
} |