Comments on lunarsmoth All Comments

hey rlly sorry to bother, i believe we're using the same css. how did you make your background a full image and not a pattern? sorry for how random this is, its a last resort as i cant figure it out :,3

no worries at all! i threw this at the bottom of the css underneath the import link.
body {
width: 100vw;
height: 120vh;
background: url('url');
background-size: cover;
}

thank you so so much!!

be warned it does loop the image if you scroll down long enough - maybe try messing around with the width/height if that's an issue for you.. so sorry 

no worries, thank you again!!