Hi everyone . I almost finished this challenge but I had a problem,I dont know how to add that background pattern image on top and bottom . So if anyone have a solution feel free to comment and I will try to finish this challengde. Thanks .
Adam
@asg-imagesAll comments
- @FriendlyCodeArtSubmitted almost 4 years ago@asg-imagesPosted almost 4 years ago
Hey, excellent job looks great. I done this challenge recently and I used background position to put the background image in the correct place. I am only a beginner and am still learning so not sure if this is the best way but it worked for me. I used a container div but you could just do this on the body element. I set the background color to the specified hsl code, then set background-position: right 50vw bottom 50vh, left 50vw top 50vh; and then background repeat: no-repeat, no-repeat; Hope this helps and if anyone has any better solutions would be good to know.
0