Design comparison
SolutionDesign
Solution retrospective
comments are allowed
Community feedback
- @thirrazPosted about 2 years ago
firstly, congratulation for complete this challenge! It's very good!
I have 2 tips for improve your code:
-
Try use semantic tags to make your code more legible: ex: <main>, <article> , <section>, and more others. This link may help you Semantic HTML
-
You can centralize the card using flex:
body{ width:100vw; height: 100vh; display: flex; align-items: center; justify-content: center;}
my english isn't good, sorry🙂
1 -
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