Design comparison
SolutionDesign
Solution retrospective
Hi, this is my seventh project.
I tried to adjust background images but i failed, how can i adjust straight?
Thanks!
Community feedback
- @Nadine-GreenPosted almost 2 years ago
HEY BURAK!
Concerning your problem, you could try using this code, it was what I used, hopefully, It works for you to :)
background-image: url(images/bg-pattern-top.svg), url(images/bg-pattern-bottom.svg); background-position-x: -100%, 200%; background-position-y: 85%, -60%; background-repeat: no-repeat, no-repeat;
You will put these as properties for your
main
selector in your CSS codeMoreover, to remove the warning on your accessibility report, you will have to use a
footer
instead of adiv
for the.attribution
IF THIS WAS HELPFUL IN ANY WAY, DON'T HESITATE TO MARK IT AS HELPFUL :) HAPPY CODING!
Marked as helpful1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord