Submitted about 3 years ago
Used vainilla HTML and CSS, flexbox and photoshop to check sizes.
@Norwyx
Design comparison
SolutionDesign
Solution retrospective
Feedback is appreciated.
Community feedback
- @darryncodesPosted about 3 years ago
Hi Manuel,
Nice work, a really close match to the design!
Have you considered using relative units instead of absolute units for responsive design? Here is some information to get you started:
You should also look into semantic html & heading structure
- change
<div class="container">
to<main class="container">
- your design should have one
<h1>
This will clear up your accessibility report.
All the best!
Marked as helpful1 - change
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