Response
hey vro im asking a lot sorry but how did you get your boxes to be a gradient + how did you get your background to cover/not scroll if you get wghat im trying to say
add this to any box you want: linear-gradient(#000, #000);
im not sure about the scroll thing? i just put this: body { background-image: url("https://i.postimg.cc/zvmNgHWw/image-2024-11-22-232801531.png") !important; background-repeat: repeat-y; background-size: cover; height: 100%; }
Comment
Reactions
Replies
Add a reply
THANK YOU DIES