Design comparison
Solution retrospective
I will like to know if my code is ok, or if i should to build this project in a different way!
Regards,
Community feedback
- @denieldenPosted over 2 years ago
Hi Daniel, I took some time to look at your solution and you did a great job!
Also I have some tips for improving your code:
- Centering a
div
withabsolute
positioning is now deprecated, it uses modern css likeflexbox or grid
and is superfluous with flex - add
min-heigth: 100vh
to.container
class because Flexbox aligns child items to the size of the parent container - instead of using
px
try to use relative units of measurement -> read here
Overall you did well :)
Hope this help and happy coding!
Marked as helpful1@danieljimenezcrPosted over 2 years ago@denielden Thank you for your feedback, i have already make the changes, could you plase check if everything is ok?
Regards :)
1@denieldenPosted over 2 years ago@danieljimenezcr You are welcome! Now it's much better :) Keep it up
0 - Centering a
- @NaveenGumastePosted over 2 years ago
Hello Daniel Jimenez ! Congo π on completing this challenge
Let's look at some of your issues, shall we:
-
Add Main tag after body
<main class="container"></main>
-
Use the color give in style-guide .md for the
p
tag
happy Codingπ
Marked as helpful1@danieljimenezcrPosted over 2 years ago@Crazimonk Thanks for the feedback!! I will do that
Regards :D
1 -
- @shashreesamuelPosted over 2 years ago
Good job with this challenge danieljimenezcr. Keep up the good work
Your solution looks great however to fix your accessibility issue wrap all your content within
<main>
tags.I hope this helps
Cheers, Happy coding π
Marked as helpful1 - @hamdi2008Posted over 2 years ago
Nice work. I will just add that it needs Mobile Responsive Design.
Marked as helpful1@danieljimenezcrPosted over 2 years ago@hamdi2008 Thanks for the feedback i will work on that!
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