Answers for "bootstrap add contrast to background image"

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
0

how to print background bootstrap

@media print{
   body { 
     background: red !important; 
  } 
}
Posted by: Guest on December-20-2021

Code answers related to "bootstrap add contrast to background image"

Browse Popular Code Answers by Language