Design comparison
Solution retrospective
Hey guys, one more exercise done. Any tips or advices are welcome. Happy coding!! :)
Community feedback
- @KTrick01Posted about 2 years ago
Hi! Your solution looks great! But here is a little tip for you, if you pay attention there is a little gap between the bottom of the overlay and the image (at least using FireFox), to fix that you need to put a
display: block;
to your image element, hope that it helps!Marked as helpful1 - @AdrianoEscarabotePosted about 2 years ago
Hello Paulo Henriques, how are you?
I really liked the result of your project, but I have some tips that I think you will like:
1- Document should have one main landmark, you could have put all the content inside the
main
tag click here2- All page content should be contained by landmarks, you can understand better by clicking here: click here
the rest is great!
Hope it helps...👍
Marked as helpful1
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