Social Proof Section used HTML and CSS.

Solution retrospective
Hello, Any advice on things I could improve, would be appreciated. Thanks in advance.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @muhammadshajjar
Hey Daniel! Well done, it looks great
I have some suggestions for you.
- read this it would help you regarding use of
strong
. - Try to center your content,
flex
orgrid
helps you a-lot and don't forget to addmin-height:100vh
by not adding height you will get into trouble while centering with them - Try to add
max-width
to your body or make a container class that wraps your all content, by adding it you can control your content from growing too much on larger viewports - For the testimonial quote, I recommend to use block-quote for more semantic HTML check out this for information
Thanks.
Marked as helpful - read this it would help you regarding use of
- @Dharmik48
Hey Daniel👋,
Good job on completing the challenge! But.. here are things you can improve:
- Firstly the card isn't centered vertically on bigger screens, try add a
height
of100vh
. - Also try using more semantic html tags like, instead of the
div
with classheader
use theheader
tag. - And you have used
strong
tag, and I personally would have used CSS for that.
Keep Developing👍
Marked as helpful - Firstly the card isn't centered vertically on bigger screens, try add a
Join 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