website/src/main.css

29 lines
393 B
CSS
Raw Normal View History

2024-07-20 02:22:49 -05:00
@font-face {
font-family: 'merriweather';
src: url(/res/merriweather-regular.ttf);
}
body {
font-family: merriweather;
background-color: black;
height: 100%;
padding: 5px;
}
main {
padding: 10px;
background-color: white;
margin: auto;
max-width: 750px;
}
.bg {
width: 100%;
height: 100%;
display: block;
position: fixed;
top: 0;
left: 0;
z-index: -9999;
}