Design comparison
SolutionDesign
Solution retrospective
I'm studying bootstrap, please give feedback.. thanks
Community feedback
- @pikapikamartPosted over 3 years ago
Hey, great work on this one. Both desktop and mobile layout is good and it resizes well.
Suggestions would be that:
- The text "Reliable, efficient delivery Powered by Technology" could have been wrapped inside 1
h1
tag. Your element could be like:
<h1>Reliable, efficient delivery <span>Powered by Technology</span> </h1>
Then just style the
span
to be adisplay: block
to make it be placed at the bottom- the
alt
text on those images in the four boxes could have been left blank since theimg
is really just intended for design. So you could just usealt=""
Other than those, great job.
Marked as helpful0@shanib-ibrahimPosted over 3 years ago@pikamart Sure next time onwards I will follow these methods.Thanks
0 - The text "Reliable, efficient delivery Powered by Technology" could have been wrapped inside 1
- @adram3l3chPosted over 3 years ago
Pwolly :)
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