Search
 
SCRIPT & CODE EXAMPLE
 

HTML

bootstarp btn colors

<button type="button" class="btn btn-primary">Blue</button>
<button type="button" class="btn btn-secondary">Grey</button>
<button type="button" class="btn btn-success">Green</button>
<button type="button" class="btn btn-danger">Red</button>
<button type="button" class="btn btn-warning">Yellow</button>
<button type="button" class="btn btn-info">Ligth blue</button>
<button type="button" class="btn btn-light">White</button>
<button type="button" class="btn btn-dark">Black</button>

<button type="button" class="btn btn-link">White with blue text</button>
Comment

custom color bootstrap buttonm

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #8064A2 !important;
}
Comment

bootstrap btn colors

<!-- Bootstrap v5.0 -->

<button type="button" class="btn btn-primary">Primary</button>
<button type="button" class="btn btn-secondary">Secondary</button>
<button type="button" class="btn btn-success">Success</button>
<button type="button" class="btn btn-danger">Danger</button>
<button type="button" class="btn btn-warning">Warning</button>
<button type="button" class="btn btn-info">Info</button>
<button type="button" class="btn btn-light">Light</button>
<button type="button" class="btn btn-dark">Dark</button>

<button type="button" class="btn btn-link">Link</button>
Comment

Bootstrap custom button color

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #8064A2;
}
Comment

PREVIOUS NEXT
Code Example
Html :: how to block futer date input 
Html :: viñetas html 
Html :: html button click go to section 
Html :: fix form refresh sites html 
Html :: input type checkbox and hide checkbox 
Html :: add html to page chrome extension 
Html :: bootstrap cards 
Html :: html article 
Html :: contenteditable attribute 
Html :: button in input tailwinds 
Html :: fork me on github html css code 
Html :: table bootstrap 
Html :: how to resize all images in a class html 
Html :: <figure html 
Html :: create box in html 
Html :: ionic disable input field 
Html :: html images @2x 
Html :: insert html in html page 
Html :: q tag in html 
Html :: slider input 
Html :: table bootstrap 4 
Html :: u tag in html 
Html :: html from submitting with out reload 
Html :: thymeleaf for each limit size 
Html :: make dictionary english html 
Html :: slider with steps 
Html :: append html form element 
Html :: model viewer html 
Html :: js coding practices airbnb 
Html :: html pdf template 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =