Design comparison
SolutionDesign
Community feedback
- @Mofe620Posted over 2 years ago
Great job, Bari. To center your component, you can give the
body{ display: flex;}
and justify content, and align items to center.You're missing the language attribute in your opening html tag. It's important for accessibility purposes.
<html lang="en">
.On a whole, you've done well ✅
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