Design comparison
SolutionDesign
Community feedback
- @IEdiongPosted over 3 years ago
Nice work!
Some observations:
- you could wrap the word
'insight'
in a<span>
and then change thecolor
to the accent colour - capitalize the
'm'
in the stats - try not using fixed units like
px
for yourpadding
,width
etc. Instead use a relative unit for responsiveness egem
,rem
etc. - the layouts seems to fall apart from about
844px
to1450px
screen size - look inside your
<main>
you actually have a tag called<container>
, I'm guessing this was a typo. Try correct it - also, take a look at the HTML issues raise in the report above.
I hope this was helpful, Cheers 🥂
Marked as helpful0 - you could wrap the word
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