Update Layout.css

This commit is contained in:
Henry Hiles 2024-04-05 12:29:15 -04:00 committed by GitHub
parent 710a641dcc
commit 621eaea2b0
Failed to generate hash of commit

View file

@ -13,6 +13,7 @@ body {
margin: 0; margin: 0;
background-attachment: fixed; background-attachment: fixed;
background-image: url("/images/background.jpg"); background-image: url("/images/background.jpg");
background-size: cover;
color: white; color: white;
} }