Design comparison
Solution retrospective
Hey guys, didn't submit any exercise in last days because I've been learning how to work with tailwind and decided to use it in this exercise. Any feedback and advices are welcome. Happy coding!!
Community feedback
- @AdrianoEscarabotePosted about 2 years ago
Hi Paulo Henriques, how are you?
I really liked the result of your project, but I have some tips that I think you will like:
I've noticed that the elements at higher resolutions are growing a lot, to fix this and the layout to be nicer at higher resolutions, we can do the following:
body { max-width: 1440px; margin: 0 auto; }
Of course this is not the best method to put a
max-width
the most suitable in projects that have a background image is:Add a div that goes to the content and put a
max-width
andmargin: 0 auto;
, then put a parent div of that content and put the background image in it.The rest is great!! Hope it helps... 👍
Marked as helpful1
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