Design comparison
SolutionDesign
Solution retrospective
This is my completed project i am looking forward to have it reviewed and perhaps better at it next time. you comments and recommendations are all welcome
Community feedback
- Account deleted
You can use flex to center the card vertically by setting the parent's width and height to 100% and 100vh respectively.
As for the accessibility issues, you should always try to use semantic html when coding i.e.
- Use <header> , <main>, <nav> and <footer> tags when possible.
- All your other tags should be contained within the above semantic tags.
- You should use text tags in this order h1 > h2 > h3 ... > p
Marked as helpful0
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