<div class="container">
  <h1>Hello everyone</h1>
  <p> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, <br/>when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,<br/> but also the leap into electronic typesetting, remaining essentially unchanged.</p>
</div>

.container{
  background-image: url('https://www.hdcarwallpapers.com/thumbs/2015/2015_koenigsegg_one_1-t2.jpg');
  background-repeat: no-repeat;
  background-size:100% 100%;
  padding:1rem;
  width:600px;
  height:500px;
}
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.