Does Bootstrap Override CSS?

Hello guys,

So I’ve been working on my portfolio project. I started using CSS but it seems whenever I link with Bootstrap, it overrides some of my CSS elements like background and text color. is this normal?

I don’t know all Bootstrap elements and what they do yet. How can I maintain the look I want? CSS or Bootstrap?

Also can I create a responsive page using CSS alone without Bootstrap?

Thanks.

I’m not using Bootstrap yet but I think that’s due to CSS specificity.

Regarding your last question, yes, you can do that using media queries.

In your html page, load Bootstrap CSS first, then your own custom CSS file.

Yes, this too. You probably have your own CSS at the top most part of the head tag.