Design comparison
SolutionDesign
Solution retrospective
Another challenge made without figma files.
Fully responsive ! :)
Community feedback
- @dewslysePosted about 3 years ago
Hello Tristan! Excellent job on your submission. Your solution is well implemented and your page fully responsive. Just so you know, the background images could also be added to the page by adding the following to the
body
in cssbackground: url("./images/bg-pattern-top-mobile.svg") no-repeat left top, url("./images/bg-pattern-bottom-mobile.svg") no-repeat right bottom;
- You could also replace the
<section>
tag in the html with<main>
. This would help resolve the accessibility issues relating to landmarks.
All the best
0 - You could also replace the
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