[Javascript2] changed body background

This commit is contained in:
Nicola Clark 2025-04-06 22:48:57 -05:00
parent 8e88d30415
commit ecaff0e762
Signed by: nicola
GPG Key ID: BEF8036296D094BF

View File

@ -14,8 +14,7 @@ Adapted from https://javascript30.com - Sorting band names without articles
body { body {
font-family: sans-serif; font-family: sans-serif;
background: url('https://source.unsplash.com/nDqA4d5NL0k/2000x2000'); background-color: seagreen;
background-size: cover;
display: flex; display: flex;
align-items: center; align-items: center;
min-height: 100vh; min-height: 100vh;