Design comparison
Solution retrospective
One of my first uses of BootStrap, but still with too much CSS in my opinion.
Community feedback
- @palgrammingPosted over 3 years ago
you should change your main
background-size: contain;
from contain tobackground-size: 100vw 40vh;
Marked as helpful1 - @afrusselPosted over 3 years ago
For small work not need to use bootstrap better use flexbox. Your main container is not center align vertically.
Marked as helpful0 - @ChamuMutezvaPosted over 3 years ago
Headings should be in sequential order with an
h1
element being the first heading. Do not skip headings.Marked as helpful0 - @arkharman12Posted over 3 years ago
On what parts did you use Bootstrap. I don't see the use of Bootstrap on something like this. Happy to follow up.
0@AlexGDevProPosted over 3 years ago@arkharman12
The card is a bootstrap component and I used it a lot even if I wrote a lot of css.
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