Design comparison
SolutionDesign
Solution retrospective
Hi, Any Feedback is Welcome.
Community feedback
- @MinhKhangTranPosted over 2 years ago
Hi Ratnesh sahu, nice solution.
I wanted to check your code but unfortunately the link leads to an empty repo.
On the first sight, I noticed that your design is alinged to the left. If you want to align it horizontally you can use
margin-inline: auto
on your body.Like this:
body { max-width: 1440px; height: 100vh; font-family: 'Barlow', sans-serif; margin-inline: auto; }
I hope this helped and keep coding :D
Marked as helpful1@alexmercer500Posted over 2 years ago@MinhKhangTran Thanks for the Feedback. I had some problems writing this solution, I'll put my code in Repository so you can have a look. I believe my code is somewhat messy and it'd huge help if you give some feedback.
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