GrandTabernacleAutoVI/css/style.css
killianmarty 1595bd1143 organiser
2023-11-15 13:17:55 +01:00

16 lines
No EOL
262 B
CSS

body{
display: flex;
justify-content: center;
align-items: center;
position: fixed;
width: 100%;
height: 100%;
}
h1{
font-size: 24px;
margin-top: 20px;
}
#background-image {
background-image: url('./assets/bg.webp');
}