Answers for "how to add an image to the background html"

CSS
0

Add background image html

<!-- Background image -->
<div class="bg-image" style="
      background-image: url('https://mdbootstrap.com/img/new/standard/city/041.jpg');
      height: 100vh;
    "></div>
<!-- Background image -->
Posted by: Guest on August-08-2021

Code answers related to "how to add an image to the background html"

Browse Popular Code Answers by Language