Design comparison
SolutionDesign
Solution retrospective
- Feedback is more than welcome. Thanks for your time.
Community feedback
- @kimodev1990Posted 11 months ago
Really nice work, Just few feedback :-
- For your div class .info-box and div class .img-box, You could assign
width: 50%
for each of them in relative to their div class .container. - Same for the width of your div class .mainH , dic class .mainP & div class .stats, you could assign them percentage values in relative to their div class .info-box.
- Percentage values better than defininte values for responsivness.
- Use rem or em units for font-sizes rather than pixels for better responsiveness.
Hope you find this Helpful.
Other than that, Keep on the great work.
Marked as helpful1 - For your div class .info-box and div class .img-box, You could assign
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