Design comparison
Solution retrospective
thanks for @MasterMousa for tips
Community feedback
- @mohamedbntahaPosted over 1 year ago
thanks for @MasterMousa for tips
How do you think the code can be improved?
0Account deletedyou're welcome bro @mohamedbntaha
as I skimmed the code, I found one mistake, why do you need a
div
inside of<div class="details">
?you should remove it (another tip, always try to put
min-height: 100vh;
rather thanheight: 100vh;
to make sure if the height is more than the screen's height, it will exaond normally)Good luck in the next bro, I really liked your website, it is perfectly the same as the real design
0@mohamedbntahaPosted over 1 year ago@MasterMousa 1:In order not to stretch icons.
2:But how can the length be longer than the length of the screen with a limitation height: 100vh;.
sorry about my English.
Thank you for reviewing the code😊🧡🧡.
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