Design comparison
SolutionDesign
Solution retrospective
I had some problems with background-top and bottom svg. Do you have other way to do that?
Community feedback
- @MelvinAguilarPosted almost 2 years ago
Hello again 👋. Good job on completing the challenge !
-
To show the backgrounds you must update the image path by adding two dots at the beginning:
background-image: url(../images/bg-pattern-top.svg), url(../images/bg-pattern-bottom.svg)
.The "../" in a path is a shorthand notation for the parent directory. It is used to refer to the directory that is one level above the current directory.
Happy coding!
Marked as helpful0 -
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