"Card box with icon"
Bootstrap 4.1.1 Snippet by anvictor

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="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<!-- Section Vantagens -->
<section id="vantagens">
<div class="container pt-5">
<div class="row">
<div class="col-md-12 text-center">
<h3>ESTAS SÃO AS
<br>
<span class="blue">VANTAGENS DE SER TREE</span>
</h3>
<img src="images/bottom-text-sobre.png" alt="cor de fundo">
<p>Você tem inúmeras vantagens ao ser Tree, veja abaixo algumas delas</p>
<div class="row row-margin-bottom mt-5">
<div class="col-md-6 no-padding lib-item" data-category="view">
<div class="lib-panel">
<div class="row box-shadow w-100">
<div class="col-md-6 image-row">
<img src="https://http2.mlstatic.com/cards-yugioh-D_NQ_NP_271221-MLB20703057072_052016-F.jpg">
<div class="icon-round bg-success-gradiant text-white display-5">
<div class="ozi-icon">
<i aria-hidden="true" class="fas fa-piggy-bank" style=""></i>
</div>
</div>
</div>
<div class="col-md-6 card-text">
<div class="lib-row lib-header text-left pl-5">
<span class="blue">Descontos de<br>
até 50%
</span>
<div class="lib-header-seperator"></div>
</div>
<div class="lib-row lib-desc pl-5">
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
37
//Section Vantagens
#vantagens {
background-color: #F9F9F9;
}
.lib-row {
width: 100%;
}
.icon-round {
width: 80px;
line-height: 70px;
text-align: center;
padding-top: 8px;
border-radius: 100%;
display: inline-block;
position: absolute;
right: -38px;
top: 20px;
background-color: #2CAFFD;
}
.ozi-icon i {
font-size: 28px;
padding: 0px;
font-weight: bold;
}
.card-text {
position: initial;
}
.lib-panel {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: