Hello! I want the background on my profile to repeat infinitely when someone scrolls on it. Despite putting background-repeat in my code, the background only repeats horizontally and not vertically. I am not sure what I'm doing wrong. I just want it to repeat correctly and fill the background of the page.
Here's what the code looks like; it's very simple and basic because I don't really want anything complicated, I just want a nice background:
Hi, I'm LadyFoxling
Welcome to my pretty pink profile
<style>
body {
background-image: url("https://thumbs.dreamstime.com/b/vector-pastel-pink-butterflies-repeat-seamless-pattern-background-can-be-used-fabric-wallpaper-stationery-packaging-surface-92076140.jpg");
background-repeat:
}
</style>
background-repeat: repeat;
instead of just background-repeat should work better?
THANK YOU SO MUCH YOU FIXED IT AAA!!! I couldn't figure it out but now it's working! I looked on all the sites; oof, all I had to do was add repeat again. I can't believe it; coding can be so touchy eep! THANK YOU
lol, I know! I've just gotten into coding and I'm constantly having to tweak stuff a little. Glad it's fixed!
Now if I can just figure out how to get my pet page to display right for Raiya I'll be all set. For some reason I have a scrollbar on the whole thing when I open it in a window and I'm like shfdfhsf
Feels like I'm reinventing the wheel to just change where boxes are located, I swear