Responsive testimonial page built using the grid layout
Design comparison
Solution retrospective
For the structural layout i used the grid layout while for the inline layout i used the flex
Community feedback
- @Md-Raihan-AlamPosted over 2 years ago
First of all, this project was for practicing your grid. So I believe you should have done all the work using the grid, even the ones you have solved using inline flex. Otherwise, the real motive behind this project seems pretty meaningless
Second, You divs are not center enough. A little trick, enter height:100vh in the body and use display: gird,align-items: center,justify-content: center in the main div, so that your whole content is in vertical and horizontally align
Third, go through your "ACCESSIBILITY ISSUES" and "HTML ISSUES" in the report. They seem pretty meaningless but a pro does not leave behind a small error in his project. It will help you in your real-life projects and help you to impress your interviewers.
0@Jasper-IkPosted over 2 years ago@Md-Raihan-Alam i appreciate your sincere feedback and also taking out time enough to go through my solution ... Guess i have to go back to the drawing board. Also thanks for the trick π
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