Files
flingue-website/dist/styles.css
2025-11-26 09:50:45 +00:00

11 lines
197 B
CSS

body {
background-color: black;
color: white;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
height: 100vh;
margin: 0;
}