Responsive News landing page

Please log in to post a comment
Log in with GitHubCommunity feedback
- @AndresFelipeForero
Hi steve, how are you?
In this project you can try whith around 800px as media-queryx. In this way the page breaks a little less.
Good luck 👍
- @Maryamhussein
Great !! but u forgot the responsive design (the media query )
- @AdrianoEscarabote
Hi Steven Croft, 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 stretching a lot to fix this we can use a max-width on the content that we want to have a maximum width!
body { max-width: 1440px; margin: 0 auto; }
and use
margin: 0 auto;
, to center the content!The rest is great!
I hope it helps... 👍
Join 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