Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

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>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #change #bootstrap #background #color
ADD COMMENT
Topic
Name
5+6 =