first step for bg fix

This commit is contained in:
Emma Tebibyte 2022-09-24 15:13:41 -04:00
parent dd9b3b272c
commit 3b0740de0d
1 changed files with 4 additions and 1 deletions

View File

@ -34,7 +34,10 @@ a {
body {
background:
url("https://64.media.tumblr.com/be641808e01bc5215801e8fb8e332cb5/tumblr_phjmayTtvd1qze3hdo1_r2_500.gifv")
center/100% no-repeat;
no-repeat;
background-clip: border-box;
background-attachment: fixed;
background-size: cover;
color: #fafafa;
gap: 1em;
height: max-content;