Design comparison
SolutionDesign
Solution retrospective
Could not find a good way to the the image. any support on that would be amazing
Community feedback
- @vanzasetiaPosted over 2 years ago
Hi there! 👋
For the image, I would recommend using
picture
element so you can control which image should appear based on the user's screen size. You can see @DarrickFauvel's solution as your reference. He had done this challenge very well.Some suggestions from me.
- I recommend making the stats as a list and also making the
h2
asspan
instead. They are not headings because if the site has no styling (which looks like a document), it would look something like this.- 10k+ companies
- 314 templates
- 12m+ queries
- In addition to the previous one, use CSS to uppercase the text. The uppercased word in the HTML might be spelled by the screen reader (spelled letter by letter).
- Prefer unitless value for
0
because0px
is the same as0
.
That's it! Hope you find this useful!
0 - I recommend making the stats as a list and also making the
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