Design comparison
SolutionDesign
Solution retrospective
Third challenge, struggled with font colors identification.
Community feedback
- @tl-lucasestevamPosted about 3 years ago
Congratulations to complete this project, you can center all the testimonials by putting the following CSS on the body:
min-height: 100vh; display: flex; justify-content: center; align-items: center;
it is also interesting to space the content as in the preview of the project, in its container you can put the following code
max-width: 1120px; margin: 0 auto;
1120px is just an example, test and adapt to a value similar to the layout.
Apart from that, I think your project is perfect, any doubts just comment!
Marked as helpful0@NoStackDevPosted about 3 years ago@tl-lucasestevam thanks for the helpful feedback, i'll apply your suggested changes
0
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