Design comparison
SolutionDesign
Solution retrospective
Any feedback is welcome!
Community feedback
- @RioCantrePosted almost 3 years ago
Hello there! Great job in this challenge. Using webpack can be confusing sometimes but you manage to implement it in this project. There are a few things you should considered.
- The hover state of the button which is a link, you could add each with individual backgrounds..
.card--1 a:hover { background: var(--bright-orange--clr); color: white; border: 2px solid white; }
- Instead of
section
wrap it withmain
tag for readability
You did a great job on this one and keep up the good work! Cheers!
Marked as helpful0@itshemdevPosted almost 3 years ago@RioCantre Yes, learning webpack was difficult, but it was well worth the effort. Thank you very much!
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