Design comparison
Community feedback
- @lordagPosted 5 days ago
I think you're on the right track, but you should pay more attention to the details: the margins and padding of some elements need to be reviewed and the colors you used are not always the correct ones. The content is not centered as it should be, the div with class .container has margin-left:25% and it's not good, you need to use another technique. For example: .container{ display: flex; justify-content: center; } You'll notice it if you try to shrink the browser window. On mobile you had to change a few things for it to be like in /design/mobile-design.jpg. I suggest you put the css in a separate file.
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