
Design comparison
Solution retrospective
I'm proud because I found all the solutions by myself when I had a problem of layout or so and I'm proud because I've been able to apply something I read on an article. Next time I would like to be faster at finding those solutions.
What challenges did you encounter, and how did you overcome them?I had troubles handling the dimensions of the cards in the different breakpoints. I overcame them using the inpsector of the browser and all my knowledge and experience.
What specific areas of your project would you like help with?I would really like to master Javascript, because on html and css I'm confident.
Community feedback
- P@Kiara523Posted about 1 month ago
Hey I took a look at your solution and all looks great, semantic HTML, well organized and structured.
The improvement on the HTML could be to use a <picture> tag which allows you to use the <source> tag to switch in between the two main images. It works a bit as a media query where you can set a break point <source media"(width: 650px)" srcset="...">
In the message page you could also show the actual email address of the user using a span in the HTML and then display it with javascript.
I hope this was useful.
Marked as helpful1@DanieleErcoli243Posted about 1 month ago@Kiara523 It is useful. I didn't know about the picture or maybe I forgot it. The source tag is really interesting. I will study it for the next project. Thank you so much.
1 - P@sztedinaPosted about 1 month ago
Great job!
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