Design comparison
SolutionDesign
Solution retrospective
This is and old challenge that I did with help of a youtube tutorial. I practically copy the code, but that introduced me to Frontend Mentor! Was a nice first challenge. And also I don't want to do it again 😆 so here it is.
Community feedback
- @palgrammingPosted over 3 years ago
you are missing you
.svg
on your bottom background imagebackground-image: url("../images/bg-pattern-top.svg"), url("../images/bg-pattern-bottom");
to this
background-image: url("../images/bg-pattern-top.svg"), url("../images/bg-pattern-bottom.svg");
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