Responsive page with flexbox

Solution retrospective
I had to revisit the flexbox and layouting with css
What challenges did you encounter, and how did you overcome them?- centering divs and other text
- changing the font of text
=> i googled
What specific areas of your project would you like help with?- i am wondering if it is the best solution for responsive layout
Please log in to post a comment
Log in with GitHubCommunity feedback
- @MohamedAzoz
Put this code in body width: 100%; min-height: 100vb; padding: 5rem 0; display: flex; justify-content: center; align-items: center; To put the content in the middle of the page
Marked as helpful
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