Design comparison
Solution retrospective
feedback welcome :D
i use a lot of flex property? is much code for a litle component?
Community feedback
- @SurajHadagePosted over 2 years ago
If Semantic Elements overwhelmed you then use "role" attribute.
<div role="main"></div> <div role="article"></div> <div role="banner"></div> <div role="section"></div>Now Your Simple Webpage is Semantic.
Always use h1 as top level heading(1st).
Use only classes as css selector.
Don't upload unneccesary folders and files, This will save server space. only HTML file, CSS file and img folder.
You are taking a very long way to comlete this challenge.
take a look at other https://www.frontendmentor.io/solutions/my-5th-challenge-using-semantic-html-and-css-flex-sh0C-3dMvR
Marked as helpful0@matias-userPosted over 2 years ago@SurajHadage thanks for your comentaries bro, i have been served a lot.
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