Y
Y
Yura Storchak2018-08-30 18:40:08
css
Yura Storchak, 2018-08-30 18:40:08

Why doesn't btn-success bootstrap work when writing code in html. I loaded the bootstrap base, but there is no color for the button?

Why doesn't btn-success bootstrap work when writing code in html. The bootstrap base is loaded, but there is no button color?
it should be green, but i don't have the color, what did i do wrong ?
the screen has attached the path of the file, the code and how it will be displayed
5b880f9b01a79682572167.png5b880fa31cd82276056047.png5b880fa8df62e056014774.png
The button should be green, but there is no color

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrew, 2018-08-30
@KickeRockK

.js where?
Read

<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>

S
snap44, 2018-08-30
@snap44

You have connected only the grid file, it does not describe the color of the buttons. Include bootstrap.css

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question