Design comparison
Community feedback
- @imadvvPosted over 2 years ago
Greetings onah ene doris! Congratulations on completing this challenge!, I recommend you using a general reset to remove some user agent default browser styles, to prevent unexpected default behavior from the browser . you can start you css code by this
*, *::before, *::after { box-sizing: border-box; margin: unset; padding: unset; }
Hope this Help!
over all you did well, Happy coding and keep up the good work 👍
Marked as helpful0@DoriseneOPosted over 2 years ago@imadbg01 thank you so much. i really needed this information.
1@DoriseneOPosted over 2 years ago@imadbg01 sorry but why is my icon not displaying? any ideal?
1 - @imadvvPosted over 2 years ago
Greetings onah ene doris!
I take some time to go trough your code and, I create this Pull Request with some changes that I make to fix some bugs and add that
images
folder how's missing, now you can merge that changes if you like and that will update your solution automatically, or you can compare the deference between them and take what work's well for you,over all, Happy Weekend
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