Design comparison
SolutionDesign
Solution retrospective
I tried using just css, and I feel uncomfortable without the nesting provided with the pre processor like sass. Though I can use postcss, but I just want to try it :D . Any idea on how to use the media queries more skillfully
Community feedback
- @LucianoDLimaPosted over 2 years ago
Your page looks awesome, good job!
As a little tip, on screens over 1550px your images on Latest Articles don't fill the entire container. To fix that you can add on your image:
width: 100%; object-fit:cover;
That will make so your images fill the entire div without looking stretched.
Happy coding!
Marked as helpful0
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