Submitted over 1 year ago
Responsive landing page using CSS Grid and CSS Flexbox
@emanuelcba94
Design comparison
SolutionDesign
Solution retrospective
Feedback welcome. Thank tou! Emanuel Bonardo.
Community feedback
- @Sachin-MahatoPosted over 1 year ago
Good job for completing the challenge
For improved accessibility π for your content, it is best practice to use em β for media queries. Using this unit gives users the ability to scale elements up and down, relative to a set value use this link to learn about media queries. CSS tricks
Usage of absolute units instead of relative units:
- Absolute units like pixels (
px
) are used for defining lengths and sizes instead of relative units like percentages (%
),em
, orrem
. - Relative units are more flexible and responsive across different screen sizes.
I hope you find this helpful and happy coding
Marked as helpful1 - Absolute units like pixels (
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