Design comparison
SolutionDesign
Solution retrospective
Hello everyone, this is my first challenge and I welcome any comment or feedback, thanks.
Community feedback
- @BikeInManPosted almost 3 years ago
I think you did a good job.
Apart from the validator errors, I would like to recommend the following:
- Using header tags(h4 etc) for sizing is not recommended.
Try to use
p
and adjust size in css for them. - If you were to use
flex
on your.info
, just like you did on.container
you would have better alignment in an easier way. - May be you can simplifying a bit more, but not adding classes at all to h3 etc., because they are easily accessible in css via selectors.
- Use divs only to group elements and to style as a group.
Good Luck.
Marked as helpful0 - Using header tags(h4 etc) for sizing is not recommended.
Try to use
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