Design comparison
SolutionDesign
Community feedback
- @Kamasah-DicksonPosted over 2 years ago
These are some of the things I found out from your solution.
- Your card is not properly centerpiece.
- Also on mobile your solution looks great.
- Texts ate also readable.
Beside good job but fix the centring. Happy coding👍💻
Marked as helpful0 - @ViicDevPosted over 2 years ago
Te recomiendo que le apliques estas propiedades bro ya que le falta medida en el body, algo así bro: main{ height: 100vh; display: flex; justify-content: center; align-items: center; } .card{ width: 635px; height: 476px; display: grid; grid-template-columns: repeat(2, 1fr); border-radius: 10px; } si puedes escribeme para ver si puedo ayudar en algo bro
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