Answers for "bootstrap 4 image full screen responsive"

CSS
-1

image responsive bootstrap 4

<img class="img-fluid" src="" alt=""> //This will make your image responsive
Posted by: Guest on June-28-2020
0

bootstrap create full screen background image

.wrapper{background: url('/assets/64531/green_suburb.jpg') no-repeat   center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;}
Posted by: Guest on May-04-2020

Code answers related to "bootstrap 4 image full screen responsive"

Browse Popular Code Answers by Language