https://i.sstatic.net/OzMVr.jpg I have a code snippet that needs a horizontal border similar to the one shown in the image
<section class="about">
<div class="container">
<h1 class="text-center">The Resturant</h1>
<h3 class="text-center">A little about us and a brief history of how we started</h3>
<div class="about-border"></div>
</div>
</section>