Submitted about 3 years ago
Simple technique css and html without framework
@wanaz13
Design comparison
SolutionDesign
Solution retrospective
Still learning and if someone have idea how to make the code shorter give me your idea..i really appreciate
Community feedback
- @JeuriMorelPosted about 3 years ago
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.
0@wanaz13Posted about 3 years ago@JeuriMorel thank you so much brother for the advices.. i always confuse when to use <p> <ul> and <span> ..
0 - All page content should be contained by landmarks, so just wrap the container div with a
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