Design comparison
SolutionDesign
Solution retrospective
open to feedback or recommendation
Community feedback
- @pikapikamartPosted about 3 years ago
Hey, upon looking the website. The layout hides the text. The height of the container of the text gets small and text are being hidden.
Removing the
height: 60%
on themain
tag seems to solve the problem.Some suggestions would be:
- Your
figure
usage on this one is not really ideal. Instead of wrapping a testimonial in afigure
, wrap them in ablockquote
. - The name of a person could be wrapped inside a heading tag like
h2
along with their position. Also, it would be great to have yourh1
as a screen reader only text. Always have at least 1h1
per page. On this challenge,h1
as a sr-only would be really great. alt
text on the image could be the name of the person- Also just a quick tip, a
figure
element is much more preferable when a content is a figure, image.figcaption
is the caption, describing the image.
Still, you did great on this one.
Marked as helpful0@JuanDa15Posted about 3 years ago@pikamart thank you so much, i will fix that. I appreciate your feedbacks.
0 - Your
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