[Solved] Bootstrap:How to overlap two forms on an image in bootstrap

[ad_1]

There is two options:
1) Set image position: absolute; and form will overlap that image.
2) Set image as background: url().

Either way you have to specify wrapper dimensions. Using [2] will cut edges of image if container is smaller. Using [1] will show full image.

JSFiddle

0

[ad_2]

solved Bootstrap:How to overlap two forms on an image in bootstrap