Design comparison
SolutionDesign
Solution retrospective
Hi everyone!
This is my third project! I had a hard time with the filter and putting the icon on the image, but nevertheless it was fun to work on this project.
Feel free to give me feedback on the solution and if you think the code can be improved.
Thanks in advance!
Community feedback
- @AdrianoEscarabotePosted about 2 years ago
Hi Aliho, how are you?
I really liked the result of your project, but I have some tips that I think you will enjoy:
Avoid using
ids
when developing with just html and css, try to use classes, useids
when developing with js!To remove the scrollbar, do this:
.CouleurFond { margin: 0; padding: 0; }
The rest is great!
I hope it helps... 👍
Marked as helpful0
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