Design comparison
SolutionDesign
Community feedback
- @RioCantrePosted almost 3 years ago
Hello there! Great work with this one. Regarding the solution you submitted, I think you should also take notes of the following…
- Wrap the whole content with specific tag like
main
. For HTML structures, refer it with this one Semantics - Include description with the
alt
in image tags. Like this line<img class="eth" src="./images/icon-ethereum.svg" alt="">
- Change the color value in the
body
rule set intocolor: var(--soft-blue);
Above all, The design looks good. Keep it up! Hope this is helpful!
Marked as helpful0 - Wrap the whole content with specific tag like
- @xBuzAxPosted almost 3 years ago
Pretty nice solution ;) Keep it out
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