Submitted about 3 years ago
social proof webpage completed with html and css
@b0yw0nder3100
Design comparison
SolutionDesign
Solution retrospective
comments please?
Community feedback
- @kens-visualsPosted about 3 years ago
Hey @b0yw0nder3100 👋🏻
I have some feedback to help you fix a couple of things in your layout and the accessibility issue.
- As simple as it may sound, but if you add
width: 100%
to your.review
and.content.ratings
classes, it will fix pretty much everything. All is left for you to do is to position them correctly by playing with their margin or addingtransform: translate()
and trying to position them that way, I'll let you choose 🙃 - For the accessibility issue, I'd suggest changing it to
<p>
tag and then tweaking thefont-size
to make it look as it used to be.
Overall you did a great job, I hope this was helpful 👨🏻💻 Cheers 👾
1 - As simple as it may sound, but if you add
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