Responsive product card using HTML CSS Bootstrap 5
Design comparison
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?
Community feedback
- @valeOopaPosted over 1 year ago
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 helpful0@PulsarXray89Posted over 1 year ago@valeOopa Hey thanks so much! I will check out semantic HTML and it's uses so I properly use it. Also CSS is a little difficult for me so now that you mention it I will put more work into it so when I do use bootstrap it will be easier for me to understand how to customize it.
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