Submitted 7 months agoA solution to the Testimonials grid section challenge
Testimonial grid using css grid layout and responsive design.
sass/scss
@markorrente01

Solution retrospective
What are you most proud of, and what would you do differently next time?
Proud of the css grid layout. I will do better next time!!
What challenges did you encounter, and how did you overcome them?encountered challenges on the grid container but this lines code was a game changer for me:
main{
width: 80%;
max-width: 1200px;
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: auto;
gap: 1.7rem;
place-content: center;
}
What specific areas of your project would you like help with?
I would like to know where I can study more about grid layout. I am looking forward to going into React.js, so I need resources for the course, too.
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on mark orrente's solution.
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