Mobile first approach using Html,css and js

Solution retrospective
Any feedback is welcomed,love to make improvements ..
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Yashasvi2704
Hi Fatima, I guess you started mobile first, which looks pretty solid.
There were a few Issues I could spot.
1.On a large screen, the section for content should have a
max-width
property set so the card doesn't take up the full available width.-
From
1300-1400px
, the content of the card overflows the card. -
The image looks a lot stretched from
700-1300px
. You can use a background image instead of a<img>
tag.
Marked as helpful -
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