Design comparison
SolutionDesign
Solution retrospective
i think i have a problem with where thing are aligned i need to know a way so i can check how the page will look like in other screens other than 1080p or phones cause i think the page will look wrong on other screens
Community feedback
- @MrDevMPosted 11 months ago
Great job i see some problems there the first one is the main section height don't set an height instead set width
main{ width:920px ;/* or use rem around 55 rem*/ }
cancel height of main element because of that overflows happens after Set width instead this all tings will be fine
the second problem is
lien-height
of paragraphp
decrease it to around25px
Otherwise Great Job Thanks
Marked as helpful1
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