How to put a text inside an image using bootstrap 3.3.5. I want the image to be on the background.
Example = https://i.stack.imgur.com/ZZIoi.png.
How to put a text inside an image using bootstrap 3.3.5. I want the image to be on the background.
Example = https://i.stack.imgur.com/ZZIoi.png.
<div class="jumbotron" style="background-image: url('http://image.url/he.png');">
<h2>Hello Heading Here</h2>
<p>Some Paragraph Stuff Here</p>
</div>