Submitted 12 months ago
3 column preview card component Responsive Pure HTML CSS
@OmarRefaee
Design comparison
SolutionDesign
Solution retrospective
What is Your Comment? How Can I make it Better?
Community feedback
- @danielmrz-devPosted 12 months ago
Hello @OmarRefaee!
Your project looks really great!
I noticed that you used
top
andleft
properties to place your card in the middle of the page. Here's an easier way to do it:body { height: 100vh; display: flex; justify-content: center; align-items: center; }
In order to work properly, you can't use other positioning properties like
position
or others.I hope it helps!
Other than that, really great work!
Marked as helpful3
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