Design comparison
SolutionDesign
Solution retrospective
I used Flexbox to center my text & Icon on my button. Is it good ?
Community feedback
- @CortesJosePosted about 2 years ago
Use Flex to center text & Icon on button. It's right. Congrats for complete the challenge
Marked as helpful0 - @correlucasPosted about 2 years ago
๐พHello Rom, congratulations for your new solution!
Your
background-color
is not displaying itfull screen
because you've applied the background inside the container and so the background follow the container size.Fix that replacing the background inside the body instead
body { background-color: hsl(30, 38%, 92%); height: 100vh; overflow: hidden; }
๐ I hope this helps you and happy coding!
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