16 lines
No EOL
262 B
CSS
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');
|
|
} |