Answers for "how to pull an image as a background bootstrap 4 as a background"

-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

Code answers related to "how to pull an image as a background bootstrap 4 as a background"

Browse Popular Code Answers by Language