HTML, CSS

Solution retrospective
I would like to get general feedbacks on how to improve.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @felp-gomes
Try using the commands in the " body " to center the content:
display: flex; flex-direction: row; flex-wrap: wrap; align-content: center; justify-content: center; align-items: center; height: 100vh; width: 1440px;
Marked as helpful - @Awesauban
Thanks, I'd look into this. I was thinking they were already centered hence why I didn't bother to use it in the media query. Thanks.
Join 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