Design comparison
Solution retrospective
Any feedback is welcome here!
Community feedback
- @denieldenPosted almost 3 years ago
Hi Tymur, great job! The hover effect is fanstastic :)
You seem to have forgotten about the
background-color
in the body.To center the elements on the page try using Flexbox, it can help you better: give the flexbox and
height
properties to thebody
and removemargin
from the.grid-cards
class.Read the guide -> Flexbox
Note: Flexbox aligns to the size of the parent container.
You can use the
vh
measurement for the height... Viewport Height handles the sizing of an element in relation to the height of the browser window.Hope this help ;)
Marked as helpful0@Kamasah-DicksonPosted almost 3 years ago@denielden but don't forget to use min-width:100%; on the body maybe next time.
0 - @Li-BeePosted almost 3 years ago
Looks very good - well done! I dont think the background-color on the <body> has been applied.
Also have accessbility issues need to solve. I think if you add <main> to the <body> it should solve the issues.
Marked as helpful0 - @Kamasah-DicksonPosted almost 3 years ago
I think a little bit of margin to the card bottom is needed Good job:)
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