Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
The grid system was a bit complicated to get right for the desktop view... Managed it, but feels like it could probably be done in a more efficient way.
But it's cool to be able to do so much stuff with it.
What challenges did you encounter, and how did you overcome them?The grid system, figuring out how to merge two cells together.
What specific areas of your project would you like help with?Well, becoming more fluent with css :D
Community feedback
- @noelhoppePosted 8 months ago
Hi,
- Make your HTML cleaner:
<h1> Reliable, efficient delivery <span>Powered by Technology</span> </h1>
- Nice use of CSS variables
- Nice idea to get this color lines on top of the cards
- Use grid-template-areas property to simplify your code and use flexbox instead of grid in the cards
Marked as helpful0
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