Simple technique css and html without framework

Solution retrospective
Still learning and if someone have idea how to make the code shorter give me your idea..i really appreciate
Please log in to post a comment
Log in with GitHubCommunity feedback
- @JeuriMorel
You have a few HTML and Accessibility issues, but they should be quite easy to fix!
- All page content should be contained by landmarks, so just wrap the container div with a
<main></main>
tag. - 'ul' stands for 'unordered list', it's not for text, it's for list items ('li'). Try using a 'p' tag instead.
- All page content should be contained by landmarks, so just wrap the container div with a
Join 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