Design comparison
Solution retrospective
This is my first proper CSS Grid project! I created an alternate stylesheet styles-v2.css that uses some different CSS Grid properties to achieve the same layout. This is also my first project using a mobile-first approach to writing CSS.
Quick question: is there a specific CSS property that can help normalize the way in which the text renders on a white background vs a dark background? It may be my specific Windows-Chrome setup, but the text looks thicker on the darker backgrounds.
Let me know if you have any feedback or advice!
Community feedback
- @VCaramesPosted almost 2 years ago
Hey there! 👋 Here are some suggestions to help improve your code:
- The profile image ⚠️ should also be inside the
figcaption
as thefigure
is referencing the testimonial not the image.
- The names of each individual are headings ⚠️. So they should be wrapped in a
heading
element. Since they are all equal level of importance, theh2
heading will be the best choice.
- The
blockquote
⚠️ should also be inside thefigure
element.
Here is a link to MDN that gives an example of how it should look like for quotations/testimonials:
If you have any questions or need further clarification, feel free to reach out to me.
Happy Coding! 🎆🎊🪅
Marked as helpful1 - The profile image ⚠️ should also be inside 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