Styling in Bootstrap

0

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.

    
asked by anonymous 11.04.2017 / 04:34

1 answer

2

Responding to 1st question:

Yes, you can create your own css files, stylize any way you want any component you like.

Responding to 2nd question:

Bootstrap helps you to develop responsibly, without having to worry too much about CSS for all this to happen, as you yourself quoted, it has numerous components that can also be customized, but if you do not want to use these components have no problem, you can create your own, you just have to be careful about the possible conflicts that this can cause.

    
11.04.2017 / 04:41