Design comparison
SolutionDesign
Solution retrospective
Hi everyone,
First challenge attempted, i'm open to any feedback on how to improve my approach with this current challenge.
cheers!
Community feedback
- @cedgarciaPosted almost 4 years ago
Good job on your first attempt. Just add a "background-repeat:no -repeat;" on your styling. It seems that you did'nt use the "bg-pattern-bottom.svg". Try to add it by doing this:
body { background-image: url(images/bg-pattern-top.svg), url(images/bg-pattern-bottom.svg); background-repeat: no-repeat; background-size: 800px; background-color: rgb(0, 182, 199); }
5@RobinkariukiPosted almost 4 years ago@cedgarcia Thank you for the feedback let me make those changes
0
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