Design comparison
SolutionDesign
Community feedback
- @VenusYPosted over 2 years ago
Well done on completing the challenge! Everything works great functionality-wise, and the design is almost spot on.
Looking at your code, I saw that you wrote
background-repeat: no;
under thebody
selector, which is why the background image is still repeating. To fix this, writebackground-repeat: no-repeat;
instead.If you want to change the font of your input field to match that of the design, you can add
font-family: "Josefin Sans", sans-serif;
to your code under theinput
selector.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