web-maker icon indicating copy to clipboard operation
web-maker copied to clipboard

CSS not working with Bootstrap

Open a-a-GiTHuB-a-a opened this issue 4 years ago • 3 comments

I have installed everything to allow a button to turn green with the btn-success class, including a link tag for the stylesheet:

<link rel = "stylesheet" href = "https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">

However, it ruins the CSS that I had inserted:

body {
    color: rgb(255, 0, 0);
    background-color: rgba(255, 0, 0, .5);
}

How do I fix this without removing the green button functionality?

a-a-GiTHuB-a-a avatar Apr 30 '20 15:04 a-a-GiTHuB-a-a

You mean your button isn't green anymore, even after putting btn-success?

chinchang avatar May 02 '20 18:05 chinchang

No, my background and text colors aren't working.

a-a-GiTHuB-a-a avatar May 24 '20 15:05 a-a-GiTHuB-a-a

Is it updated or not ?

Abhishek16-web avatar Sep 29 '21 11:09 Abhishek16-web