0
How to add responsive background image and button on the image
I need to add background image and buttom on the image. Both image and button need responsive.
2 Answers
+ 2
Vihanga Mihiranga as to adding a
<button></button> it depends on what you want it to do and as to putting an image in the
#myimg { background-image:url(image.jpg); }
As to the trail between the two we need more details.
Thanks and happy coding.
0
For that add "background-size: cover;" or "background-size: 100%;" css property.
or you can use "img-fluid" class of bootstrap .
hope you will get it.
Thanks!