Design comparison
Solution retrospective
does anybody know how to place the container of all testimonials right at the center? any feedback would be helpful! :)
Community feedback
- @muhammadshajjarPosted about 3 years ago
Hi!
To your question;
Justify-content:centre
andalign-content: centre
would place your grid-section-container to perfectly centre but you need to remove some styles check out this these are some styles that need to be removedSome other suggestions would be
- Use only one
h1
per page usually for tilting the page - 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 - Use
blockquotes
for quotes instead of usingp
- always give a look at report it helps you to overcome accessibility and html issues
Apart from this very well done, keep up the great work
Marked as helpful1@notanutPosted about 3 years ago@muhammadshajjar thank you so much for your effort! I've never known about blockquotes before, will try it soon! your suggestions help me a lot to keep improving in the future
0 - Use only one
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