You can use any image to stretch across the container with container-background
. You can use it in conjunction with container
,
container-fluid
, or container-full
.
<div class="container-fluid container-background"
style="background-image: url('https://placekitten.com/g/700/700');">
<h1>Some text to take up space</h1>
<h1>The image will provide a background to surround whatever is inside</h1>
<h1>Don't forget: you should provide an image url</h1>
</div>