Fixed background

This commit is contained in:
Sage The DM 2024-07-01 09:45:50 +02:00
parent bf88d832f2
commit da00969395

View file

@ -10,7 +10,9 @@
/* Body styles */
body {
background-color: #f9f9f9;
background: #f5f5f5 url("assets/background.jpg") no-repeat center fixed;
background: #f5f5f5 url("assets/background.jpg");
background-repeat: no-repeat;
background-size: cover;
display: flex;
flex-direction: column;
align-items: center;