Answers for "add color on image bootstrap 5"

-1

add background image in bootstrap 5

<div class="has-bg-img bg-purple bg-blend-screen">
  <h4>Background blend mode: Multiply</h4>
  <img class="bg-img" src="...">
</div>
Posted by: Guest on February-05-2021
0

how to print background bootstrap

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

Browse Popular Code Answers by Language