Design comparison
SolutionDesign
Solution retrospective
What specific areas of your project would you like help with?
I don't know how to get it centered in the middle of the page I tried flexbox and css grid but that didn't work so unsure lol
Community feedback
- @rodrigoo-alvesPosted about 1 month ago
- Try to look out on semantic HTML to improve your code
- Try to make a style close to the design that Frontned Mentor five
- I think it will be a problem on smartphones
1@ronesanttosPosted about 1 month ago@rodrigoo-alves Tente adicinar altura no container assim: .container { height: 100vh; display: flex; justify-content: center; align-items: center; }
.card { display: flex; width: 300px; flex-direction: column; justify-content: center; align-items: center;
}
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