Design comparison
SolutionDesign
Solution retrospective
Hello, Frontend Mentor community. This is my solution to the new page challenge.
Hope It Helps You π
Happy Coding.πππ
Community feedback
- @VCaramesPosted almost 2 years ago
Hey there! π Here are some suggestions to help improve your code:
- For the profile images
alt tag
description, it should never* β include the following keywords; βimageβ, βphotoβ., βpictureβ and any variation of them.
- βVerified Buyerβ are not headings, they should be wrapped in a
paragraph
element.
- For the testimonials, it is best β
to to wrap each individual testimonial component in a
figure
element, the individuals information should be wrapped in afigcaption
element and lastly, the testimonial itself should be wrapped in ablockquote
element.
Code:
<figure> <blockquote></blockquote> <figcaption></figcaption> </figure>
More Info:π
- Implement a Mobile First approach π± > π₯ Mobile devices are now the dominant πway in which people browse the web, it is critical that your website/content looks presentable on all mobile devices.
More Info: π
- For improved accessibility π for your content, it is best practice to use
em
formedia-queries
. Using these unit gives users the ability to scale elements up and down, relative to a set value.
If you have any questions or need further clarification, feel free to reach out to me.
Happy Coding! ππ
Marked as helpful1 - For the profile images
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