Teumbleur/style.css

30 lines
358 B
CSS

body {
background-color: #0A0A0A;
}
p {
font-family: 'Terminal Dosis Light', sans-serif;
color: #F4F4F4;
}
a {
color: #BD0235;
text-decoration: none;
}
div {
font-family: 'Terminal Dosis Light', sans-serif;
}
img {
max-width: 600px;
height: auto;
border-radius: 12px;
}
#scrollUp {
position: fixed;
bottom : 10px;
right: -100px;
opacity: 0.5;
}