Design comparison
SolutionDesign
Solution retrospective
I have a problem that logo isn't align center on the mobile screen size and I need some suggestions for it
Community feedback
- @manojks092Posted almost 3 years ago
Hey there, nice try. Solution:
- first of all set width of the header element as 100%
- remove left 30px;
- inside the header element set the flex-grow property of the h1 element to 1 , flex-grow:1;
- set the text-align:center to h1. And tadaaa!!! here that goes as center :D hope this was helpful. There can be other ways as well so keep trying. Happy coding and stay safe :D
0
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