Design comparison
Solution retrospective
Hello Community, Check out the coding and give your feedback. I know the coding is kind of messy, I recently learned tailwind CSS and this is my 2nd project using tailwind. Kindly tell me how to improve the coding using tailwind. Thank you.
Community feedback
- @AdrianoEscarabotePosted almost 2 years ago
Hi Roy, how are you? I really liked the result of your project, but I have some tips that I think you will enjoy:
I noticed that in higher resolutions, the content is growing a lot to avoid this we can do the following:
main { max-width: 1440px; margin: 0 auto; }
and put the background color on the body!
The rest is great!
I hope it helps... 👍
Marked as helpful0@arkaroy135Posted almost 2 years ago@AdrianoEscarabote Hello Adriano, Hope you are well. Thank you for the tip, by the way. I was looking for a solution for that problem. Now that I got it, I will change the code accordingly. I am grateful for the solution.
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