Design comparison
Solution retrospective
Hello!!! My name is Eliseu Caputo and I'm studying front-end development at about 2 months. I decided improve my skills here in frontendmentor and this is my first project. Let me some tips if you can.
Note 1: I don't included responsive container because I don't know how to use it yet, but I'm learning this.
GitHub: @eliseucaputo Linkedin: Eliseu Caputo
Thank you!
Community feedback
- @DavidMorgadePosted about 2 years ago
Hello Eliseu, congratulations on finishing the challenge, you did a pretty good job, some people can't get this far with only 2 months of studying and you managed to finish this challenge!
The only problem of your project is that you built it only for desktop sizes, you should try to get it working for mobile / tablet sizes, focus on this for your next projects, you can start using a mobile first workflow (start building from mobile and then adapting to desktop), with the knowledge you already have, you will get it on no time!
But as I said at the start, as a first project you did great!
Hope my feedback helped you, welcome to the community.
Marked as helpful1@eliseucaputoPosted about 2 years agoThank you for the feedback @DavidMorgade, it was very helpful!
1 - @correlucasPosted about 2 years ago
Hello Eliseu, congratulations for your solution!
I can see that you're having some problems with the image spacing and the gap right. To fix that you need to set the container with
justify-content: space-between
and to make the correct overlay for the image you need to insert in the img selectormix-blend-mode: multiply
andopacity: 76%
The rest is just amazing. Keep it up!
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