Design comparison
SolutionDesign
Solution retrospective
Help
Community feedback
- @trackerMGNPosted almost 2 years ago
I'm trying to locate your code but seems I can't find it. I would suggest you divide the challenge into two parts.
- create the testimonial cards
- work on the grid layout ps. the grid layout will help with responsive design. If I knew specifically the challenge you are having I would offer better response. cheers happy hacking
Marked as helpful1@potato-manxdPosted almost 2 years ago@trackerMGN I will re upload the solution And you'll find a disaster because I'm new
0@trackerMGNPosted almost 2 years ago@potato-manxd I was able to see your code now. I think the following tips should help you hack this challenge
- Ensure you have everything for the html part. I noted that you don't have the images included for your testimonial cards. typically you testimonial card should have something like <div class=" "> <header class=""> <img src="" class="" alt=""> <div> <h1>Name</h1> <p>Designation</p> </div> </header> <p class=""> paragraph info</p> <p class=""> the other paragraph</p> </div>
- after you have formatted your html go to the styling part. at first just style the testimonial cards without worrying about layouts. when you have the cards styled -using the recommended style guides now proceed to study layouts structures I would suggest grids and flexbox. you can check my solution(might not be the best solution but should be close enough) for this challenge for pointers if you are having a challenge understanding my feedback.
Marked as helpful0@potato-manxdPosted almost 2 years ago@trackerMGN I'll re upload the solution again And thanks you for your feedback
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