Design comparison
SolutionDesign
Community feedback
- @AGutierrezRPosted 12 months ago
Hello there 👋. Good job on completing the challenge!
I have some suggestions about your code that might interest you.
- You could add a
max-width: 1100px
andmargin-inline: auto
to the.card
class to limit its growth and keep it centered. - Use a
max-width: 55ch
andmargin-inline: auto
to the.header p
element, this will make it stay in the center and limit its width by a character measure.
Overall your project looks awesome! keep going you are doing GREAT!
I hope you find this helpful 😁. Most importantly, your submitted solution is fantastic!
Happy coding!
Marked as helpful0@Tatyane-GoncalvesPosted 12 months agoHello @AGutierrezR,
thank you for the tips!
0 - You could add a
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