Responsive product card using HTML CSS Bootstrap 5

Solution retrospective
I am unsure about my approach. I like bootstrap but I find it a little difficult to customize. Should I move forward without bootstrap using pure html / css or is bootstrap ok to use?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @valeOopa
Congratulations on completing the challenge, that's great!
You could avoid using
<div>
, and use tags like<main>
,<section>
or<article>
to structure your website (This is called Semantic HTML).And regarding Bootsrap, this depends. If writing native CSS code is difficult for you, I recommend that you study and practice native CSS code, that is, not using Bootsrap. This so that you understand what is done when styling the web. There are many comprehensive CSS courses on YouTube.
Bootsrap can be a good tool for styling your page, but I don't recommend using it if you don't understand or have trouble writing CSS code.
Happy coding!
Marked as helpful
Join 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