bootstrap light color code code example

Example 1: bootstrap bg-light color code

/* class bg-light color code is---*/
background-color:#f8f9fa;

Example 2: bootstrap color a div

use something like :
<div class="container alert alert-success">
   <div class="row">
      <div class="col">I'm your content inside the grid!</div>
   </div>
</div>

Example 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>

Example 4: bootstrap color code

bootstrap color codes

Tags:

Html Example