Design comparison
SolutionDesign
Community feedback
- @saifion33Posted about 2 years ago
Hi MazzCode
Your solution is perfect and well designed.
Here is some following tips to improve.
Replace
<div class="wrapper">your code</div>
to<main class="wrapper">your code</main>
add alt attribute on img tag
<img class="eye" src="/Media/images/icon-view.svg" alt="eye icon">
<img class="cube" src=" /Media/images/image-equilibrium.jpg" alt="equilibrium image" >
Remove attribution div
Coded by <a href="https://github.com/MazzGuille" target="_blank">MazzCode</a>.</div> Happy coding
Marked as helpful0@MazzGuillePosted about 2 years ago@saifion33 Hi! Thanks for taking the time to send a feedback, ill take your suggestions in notice
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