Design comparison
Solution retrospective
I was find a difficult when I building this project in the footer I can't make the width :100% and I want take all the width space for the page .
someone give me a hand thanks! have a nice day
Community feedback
- @itsguimPosted over 2 years ago
Hey!! Good job on this challenge! ✌️
You could use a wrapper/container class within your footer so you can limit the expansion of your items, instead of modifying the <footer> tag itself, since the footer will naturally fit the entire width of the page if you do not limit it.
You should also ident your markup, to prevent errors in tag closures and for better readability.
Here are some tips to fix some issues :
- You should increase your heading level one by one. <h1>, then <h2>, <h3>...
- It's always recommended to nest sections inside a <main> tag.
Regardless, you did a great job, hope you find this useful!. Happy Coding! :)
Marked as helpful1@soma123powerPosted over 2 years ago@itsguim thanks for your help and your encouragment I appreciate that
1
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