Submitted 11 months ago
Responsive component using SASS,CSS grid and Flex-box
@HosseinHeydarpour
Design comparison
SolutionDesign
Community feedback
- @danielmrz-devPosted 11 months ago
Hello @HosseinHeydarpour!
Your project looks nice!
I have one tip for you to improve it!
You can place your card in the middle of the page doing this:
body { height: 100vh; display: flex; justify-content: center; align-items: center; }
By doing that, you don't need to use
margins
to center the card.Hope it helps!
Other than that, great job!
Marked as helpful1@HosseinHeydarpourPosted 11 months ago@danielmrz-dev Hi Daniel! Thank you for your kind feedback! i will defiantly try this in my new projects ππ
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