.bg-pink{
background-image:url(https://i.sstatic.net/eF8tF.png);
background-size: cover;
margin-bottom: 44px;
background-position: top;
}
<body>
<!-- Top content -->
<div class="top-content">
<div class="container-fluid">
<div class="row bg-pink">
<div class="col-md-12">
<div class="jumbotron text-center">
<h1 class="display-3">Thank You!</h1>
<p class="lead"><strong>Please check your email</strong> for further instructions on how to complete your account setup.</p>
<hr>
<p class="lead">
<a class="btn btn-success" href="#" role="button">Continue</a>
</p>
</div>
</div>
</div>
</div>
</div>
</body>
I see this type of background image but 1
I want a shape similar to the one at the bottom from this 2
When using this HTML and CSS, I have tried adjusting the background size and padding, but I am still unable to achieve the desired shape.