server-landing-pages/rin/theme.css
Sam Therapy 63c5737fc2
Add all the HTML
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-06-11 15:13:36 +02:00

28 lines
414 B
CSS

body {
background-color: #000000;
color: rgba(255, 255, 255, 1);
max-width: 80%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
img {
max-width: 50%;
}
a {
color: rgba(200, 200, 200, 0.8);
}
a:hover {
color: rgba(200, 200, 200, 1);
}