Design comparison
SolutionDesign
Community feedback
- @kimodev1990Posted 11 months ago
Really great work completing the challenge, Just a few feedback :-
- You could center your div class .main-sub1 in the middle of your website by adding in body :
display: flex ; justify-content: center ; align-items: center ; min-height: 100vh ;
then your container under body will be centered.
- Use rem or em units with font size rather than px for better responsiveness.
- You could use clamp ( ) method in your coding for font-size, width, margins, padding, etc., So the designed sizes will change according to the viewport dimensions having a responsive design and will be suitable for any device layout.
Hope you find this Helpful.
Other than that, Really Nice work & keep Going on
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