bootstrap activate-color code example
Example 1: bootstrap bg-light color code
/* class bg-light color code is---*/
background-color:#f8f9fa;
Example 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>