Files
www-deepwatersurvival-de/static/css/style.css
T
2026-05-18 11:46:02 +02:00

14 lines
213 B
CSS

body {
font-family: 'Montserrat', sans-serif;
background: #111;
color: #eee;
margin: 20;
}
h1, h2, h3 {
font-family: 'Oswald', sans-serif;
}
.spacer {
height: 30px; /* amount of vertical space */
}