GrandTabernacleAutoVI/css/style.css

16 lines
262 B
CSS
Raw Normal View History

2023-11-14 18:16:08 +01:00
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');
}