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.

13th Jul 2020, 9:42 PM
Vihanga Mihiranga
Vihanga Mihiranga - avatar
2 odpowiedzi
+ 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.
13th Jul 2020, 10:56 PM
BroFar
BroFar - avatar
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!
16th Jul 2020, 3:59 AM
Shaili Shah
Shaili Shah - avatar