"Information Cards"
Bootstrap 4.1.1 Snippet by ronnydodd

<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="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css "><script src="https://kit.fontawesome.com/90fead11e1.js" crossorigin="anonymous"></script> <div class="jumbotron"> <div class="row w-100"> <div class="col-md-3"> <div class="card border-info mx-sm-1 p-3"> <div class="card border-info shadow text-info p-3 my-card" ><span class="fas fa-hand-holding-heart" aria-hidden="true"></span></div> <div class="text-info text-center mt-3"><h4>Covid-19 Resources</h4></div> <div class="text-info text-center mt-2"><h5>Most Recent:</h5></div> <p>BPAA Updates</p> <p>Reopening Resource Center</p> <p>Back to Bowling</p> <a href="https://bowlinguniversity.net/opening" class="btn btn-default">Default text here</a> <hr> </div> </div> <div class="col-md-3"> <div class="card border-info mx-sm-1 p-3"> <div class="card border-info shadow text-info p-3 my-card" ><span class="far fa-lightbulb" aria-hidden="true"></span></div> <div class="text-info text-center mt-3"><h4>Smart Buy</h4></div> <div class="text-info text-center mt-2"><h5>Shop Discounted Products</h5></div> <p>Pepsi</p> <p>Food Service</p> <p>More</p> <a href="https://bowlinguniversity.net/opening" class="btn btn-default">Default text here</a> <hr> </div> </div> <div class="col-md-3"> <div class="card border-info mx-sm-1 p-3"> <div class="card border-info shadow text-info p-3 my-card" ><span class="far fa-file-alt" aria-hidden="true"></span></div> <div class="text-info text-center mt-3"><h4>Document Archive</h4></div> <div class="text-info text-center mt-2"><h5>Search For:</h5></div> <p>Marketing Materials</p> <p>Historical Assets</p> <p>League Materials</p> <a href="https://bowlinguniversity.net/opening" class="btn btn-default">Default text here</a> <hr> </div> </div> <div class="col-md-3"> <div class="card border-info mx-sm-1 p-3"> <div class="card border-info shadow text-info p-3 my-card" ><span class="fas fa-bowling-ball" aria-hidden="true"></span></div> <div class="text-info text-center mt-3"><h4>Bowling University</h4></div> <div class="text-info text-center mt-2"><h5>Next Course</h5></div> <p>BPAA Updates</p> <p>Reopening Resource Center</p> <p>Back to Bowling</p> <a href="https://bowlinguniversity.net/opening" class="btn btn-default">Default text here</a> <hr> </div> </div> </div> </div>
.my-card { position:absolute; left:40%; top:-20px; border-radius:50%; } p {text-align: center;} .btn-default { color: #fff; background-color: #0088CC; border-radius: 5px; }

Related: See More


Questions / Comments: