Design comparison
Solution retrospective
I'm most proud of figuring out the grid layout on my own this time without and help from GitHub co-pilot or google searching. I'm still fairly new to creating complex layouts with CSS Grid, so this was a big positive for me to be able to figure this one out based on my knowledge from previous documents and projects. I also added my own little hover feature on the desktop display to the cards, just for fun, and to customize the project a bit.
What challenges did you encounter, and how did you overcome them?My biggest challenge was getting the testimonial cards laid out on the grid properly. I had to go through a couple times playing with the grid size and which columns / rows the cards span to get the layout to look properly
What specific areas of your project would you like help with?I'm fully open to any help, tips, suggestions, and constructive criticism, or questioning on any aspects of this project. The more insight the better, in my opinion.
Community feedback
- @rayaattaPosted 9 days ago
Hello @bmeinert8, Congratulations on completing this challenge🎉. I have some few suggestions though:
1. Personally I don't think it's relevant to separate your css file for the media queries since this reduces performance when dealing with large scale websites
2 It's not really a good idea to use css id's for styling since this creates specifity issues. It's much better to use classes instead.
3 Your project is epic.
Ciao ✌️
Marked as helpful0@bmeinert8Posted 9 days ago@rayaatta thank you, I appreciate you taking some of your time to offer me some suggestions and feedback.
1
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