Answers for "background div other color bootstrap"

3

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 "background div other color bootstrap"

Browse Popular Code Answers by Language