HTML, CSS, Sass, Bootstrap 5

Please log in to post a comment
Log in with GitHubCommunity feedback
- @PatrickCuentas
Hi, I'll help you with a snippet so you can improve the centering of your design in tablet+ resolution.
@media screen and (min-width:992px){ body { height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; } }
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