Design comparison
SolutionDesign
Community feedback
- @AndreyDimitrov3Posted 5 months ago
Well done on finishing your first project.
I have just one suggestion for you. Instead of setting margin to the container(main) you could try:
display: flex; justify-content: center;
which will automatically display the content in the center of the page on any device.
Otherwise everything seems alright. Keep on going!
Marked as helpful0@AofArthit21Posted 5 months ago@AndreyDimitrov3 Thank you for the advice. I will keep trying!
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