Design comparison
SolutionDesign
Solution retrospective
Any feedback is wellcome!
Community feedback
- @DavidMorgadePosted over 2 years ago
Hey Codintube, congrats on finishing the challenge, great job!
Seems that the bars are not loading, I think that this is cause you left some part of your html commented out, try fixing it so we can see how your projects looks!
Also would recommend you to center your component using flexbox directly on the body instead of just margins on the main, you can try something like this in your body after removing the margin:
body { display: flex; justify-content: center; align-items: center; flex-direction: column; min-height: 100vh; }
With this code it will be completely centered.
Hope my feedback helped you!
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