I'm having a beginner question.
I've always done a web interface at hand ( using pure HTML and CSS, without using framework. ) I just studied a course that taught me how to use Bootstrap, from what I saw in the course, the bootstrap it speeds up the production of interface with its already ready components, just needing to use its classes in html.
My Doubt is:
1 - Using Bootstrap, can I still create my own css files and style some components?
2 - And if in case I can use bootstrap along with css files created by me, what can I stylize? because in the case the framework helps a lot, but I do not want to use the standard bootstrap components, leaving my pages with a single face.