Design comparison
SolutionDesign
Solution retrospective
This is my solution. Feel free to let me know what did I do wrong. I want to expand my skill more to improve my skill in university's project.
Community feedback
- @denieldenPosted over 2 years ago
Hi Newpheeraphat, great work on this challenge! 😉
Here are a few tips for improve your code:
- for fix the top image change specific background properties to the body like this:
background: url("../img/pattern-background-desktop.svg") no-repeat top center; background-size: contain; background-color: #e0e8ff;
- remove all unnecessary code, the less you write the better as well as being clearer: for example the
div
container of image
Overall you did well 😁 Hope this help!
Marked as helpful1@newpheeraphatPosted over 2 years ago@denielden Thank you very much Mr. Deniel. I will keep in mind. Don't even know css can do that. I'm going to learn more. Your Advice has helped me a lot . Stay safe and healthy, Sir.
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