Answers for "how to set backgroud color in bootstrap"

15

bootstrap color

primary - #007bff
secondary - #6c757d
success - #28a745
danger - #dc3545
warning - #ffc107
info - #17a2b8
light - #f8f9fa
dark - #343a40
muted - #6c757d
white - #ffffff
Posted by: Guest on November-06-2020
2

change bootstrap background color

<style type="text/css">
   body { background: navy !important; } /* Adding !important forces the browser to overwrite the default style applied by Bootstrap */
</style>
Posted by: Guest on July-25-2020

Code answers related to "how to set backgroud color in bootstrap"

Browse Popular Code Answers by Language