implural.de/style.css

58 lines
832 B
CSS

*{
padding: 0;
margin: 0;
}
html {
height: 100%;
}
h1, p {
font-family: Monospace;
color: #ffd036;
width: 100%;
padding-top: 20%;
text-align: center;
}
h1 {
font-weight: 700;
}
body {
width: 100%;
height: 100%;
background-color: #597571;
background-image: url(cover.webp);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
opacity: 1.0;
}
#social{
display: flex;
justify-content: center;
align-items: center;
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
color: yellow;
}
#footer{
display: flex;
justify-content: flex-end;
align-items: flex-end;
position: fixed;
left: 90%;
top: 95%;
transform: translate(-50%, -50%);
font-size: x-large;
color: white;
}
a {
margin-left: 10px;
}