Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I am most proud to have created a responsive layout.
What challenges did you encounter, and how did you overcome them?A challenge I faced was deciding whether to use CSS Grid or Flexbox to lay out the four cards. Instead, I used flexbox, which worked quite well.
What specific areas of your project would you like help with?Feedback is appreciated.
Community feedback
- @Glorit74Posted 7 months ago
It is customary to use only one <h1> per page. I found a good solution for this from someone else.
<h1>Reliable, efficient delivery <span>Powered by Technology</span></h1>
Text wrapped in span can be modified.
I liked the idea that you put two cards in one div and that way you could also use flex on desktop.
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