Design comparison
SolutionDesign
Solution retrospective
Hi guys ! I think it looks good. Only one issue : my footer can t be centered. I tried everything. It must be a display : ... problem. What do you think ? Thanks for your feedback, take care
Community feedback
- @ianbrdeguzmanPosted over 3 years ago
Hello Cedric mate,
First off congratulations! To center your footer you can use position absolute with transform translate:
position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }
0@KerdaelPosted over 3 years agoHello @ianbrdeguzman , thank you for your feedback and kind words. I tested your solution and it's working properly. I appreciate it :) Take care Ian!
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