Design comparison
SolutionDesign
Solution retrospective
Please review my code and help me to find mistake in code
Community feedback
- @Kulyk-VolodymyrPosted about 1 year ago
Great work!
On mobile horizontal screen
footer
is on top onmain
. This can be fixed by removingposition: fixed
from.attribution
. But after thatmain
won't be in the center. You can set someheight
tofooter
and the same value tomargin-top
inmain
.Also you can change
background-size
inbody
from100%
tocover
and addbackground-position: center
.Marked as helpful0@StephenStarcPosted about 1 year ago@Kulyk-Volodymyr Thanks for the suggestion. I will change it. I have another doubt even though I set min-height to 100vh in body, I still have a scroll option
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