"Card center material approch"
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
<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 ---------->
<div class="container">
<div class="row">
<div class="container">
<div class="row">
<div class="col-md-8 BPAA_Announce">
<div class="card mb">
<img class="card-img-top" src="https://gobowling.com/portals/0/images/Promos/GoBowlingAmerica_B2CWebBanner.png" alt="Card image cap">
<div class="card-body mb">
<h5 class="card-title">Strike Ten Entertainement Presents</h5>
<p class="card-text">A Proven Have a Ball League Format that's ready <br />when You're Ready to get America Bowling Again</p>
<a href="https://www.stemarketing.com/america" class="btn btn-lg btn-primary">Get Details Now <span class="glyphicon glyphicon-info-sign"></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
.mb.card-body{
text-align: center;
}
.mb.btn{
border-radius: 0;
box-shadow: 0.5px 1px 2px hsla(0, 0%, 20%, 1);
}
.mb.btn:hover{
transform: translateY(-2px);
box-shadow: 2px 2px 5px hsla(0, 0%, 20%, 1);
}
.mb.card{
border-radius: 0px / 0px;
overflow: hidden;
box-shadow: 0.5px 1px 2px hsla(0, 0%, 20%, 1);
}
.BPAA_Announce h5{
color:#d71a21;
font-weight:900;
font-size:1.8em;
}
.BPAA_Announce p{
font-weight:400;
text-align:center;
text-transform:uppercase;
font-size: 1.1em;
}
.BPAA_Announce .card{
background-color:black;
color:#fff;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: