Submitted over 2 years ago
I used HTML, CSS and JavaScript on this responsive project
@Leonard-O
Design comparison
SolutionDesign
Solution retrospective
I would like comments on anything I can work on
Community feedback
- @Iamweird2Posted over 2 years ago
Hey, nice work so far, To center the container, add the following to the body:
display: flex; justify-content: center; align-items: center;
then you can remove margin: auto; from the container.
also you can move the attribution all the way down by adding the following:
body{ position: relative; } .attribution{ display: absolute; bottom: 10px; }
1
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