"TinyURL.com is the original URL shortener that shortens your unwieldly links into more manageable and useable URLs."
Bootstrap 4.1.1 Snippet by iammohitverma
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<div class="row">
<main>
<h2>TinyURL.com is the original URL shortener that shortens your unwieldly links into more manageable and useable URLs.</h2>
<br/>
<a href="https://tinyurl.com/">https://tinyurl.com</a>
</main>
</div>
</div>
main{
text-align:center;
}
main > a{
font-size:26px;
font-weight:600;
}