Design comparison
SolutionDesign
Community feedback
- @cleyrolscPosted 4 months ago
Great job, really liked how the design turned out to be. A couple of things I could've noticed:
Be more specific with the elements, although you can use div to show any type of text, it would be better if divs are used for container purposes, and then use the respective element for what you are doing... Meaning, for the header use an <h1><h2>, etc... for the paragraph, use a <p> tag instead of using the generic div, that way it is more meaningfull and accessible.
Responsive layout can also be adjusted. When displaying it in a larger screen, the background color does not stretch all the way.
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