HTML, CSS, mobile first

Solution retrospective
Help me guys to do it right.
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@kens-visuals
Hey @fullstackdeveloper3 👋🏻
I have some suggestion for the layout of the project and some other minor things.
- Frankly, I'm not sure what this is
data-lt-installed="true"
and Google didn't have any useful answer, but I think that line is causing an accessibility issue, try removing it and generating a new report to see if the issue goes away. - For the layout, I'd suggest giving
.component
width: 100%;
and.container
width: 80%;
. On mobile size, the image overlayheight: 99%;
it should be100%
. Also, for the.numbers
, I suggest removingjustify-content: space-between;
and changing margin-right on spans to thismargin-right: 90px;
I hope this was helpful 👨🏻💻 you did a great job by making it responsive, those suggestions will make the desktop version to look more like the original design. Cheers 👾
Marked as helpful - Frankly, I'm not sure what this is
- @Krisix12
You linked the mobile photo to desktop. Have to do it responsive so with css change the desktop photo to the mobile.
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