Design comparison
Solution retrospective
I am happy with the amount of time it took me to complete it, it wasn't much.
What challenges did you encounter, and how did you overcome them?Aligning elements is not my strong suit, but I did the best I could.
What specific areas of your project would you like help with?I would like to improve my code and learn to use Flexbox more effectively.
Community feedback
- @dquinn089Posted 5 months ago
Fantastic work! Your solution it practically identical, and your code it very well structured and written! In all reality there really aren't any issues with your solution. The only thing I would recommend is making use of the different elements that HTML has to offer, to create "landmarks" in your code, making it much more readable to other devs. For example: Instead of:
<div class="contenedor"> <div class="card">
do:
<main class="contenedor"> <article class="card">
For more understanding, check these out: Link-1 Link-2
Hope this helps, happy coding!
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