"Information Cards"
Bootstrap 4.1.1 Snippet by ronnydodd

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<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>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.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;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: