Design comparison
SolutionDesign
Community feedback
- @denieldenPosted over 2 years ago
Hey Samuel, congratulations on completing the challenge! You did a great job 😉
Let me give you some little tips for optimizing your code:
- For add the top image in the background just put more specific background properties to the body:
background: url("../img/pattern-background-desktop.svg") no-repeat top center; background-size: contain; background-color: #e0e8ff;
- instead of using
px
use relative units of measurement likerem
-> read here
Hope this help! Happy coding 😁
Marked as helpful0@psalmuellePosted over 2 years ago@denielden Thanks for your feedback. I'll make improvements on it. I really appreciate!
1
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