Design comparison
Solution retrospective
I completed this project using Bootstrap almost exclusively, with a few exceptions for colors and the quotation svg. One thing that stumped me for a VERY long time was getting the gutters right. I ended up having to nest each testimonial in another div and add padding to it to space them out.
With the vast use of Bootstrap in this project, it seems like it would be an enormous pain in the you-know-what to make changes across all tiles (I think Find & Replace is the easiest option). This leads to my question - how do you decide how far to go with Bootstrap and when to simply use custom CSS for styling?
Community feedback
- @GrzywNPosted over 2 years ago
Bootstrap can be like third wheel in highly detailed designs. It's great when you don't need that much of customizing and want to get things done faster. In more advanced projects there is need for alternating bootstrap with custom styling and it's generally not what you want. Tailwind CSS or SCSS with BEM are much better in this case.
Have a nice day and happy coding!
2
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