"Package Listing"
Bootstrap 4.1.1 Snippet by dipakdeo

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
<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="row detail">
<div class="col-12 col-sm-12 col-md-12 col-lg-4 p-0">
<div class="ribbon"><span> Scholership </span></div>
<img src="https://s3-ap-southeast-2.amazonaws.com/geg-sia-webapp2/library/assets/images/GUG%2020122.jpg" alt="">
</div>
<div class="col-12 col-sm-12 col-md-12 col-lg-8 p-0">
<span class="discount-holder"><span>Cheapest</span></span>
<div class="detail-box">
<h4>Course Name </h4>
<p>
<div class="offer">
<span class="offer-text">Category:</span>
<span class="offer-text-2">Commerce</span>
</div>
</p>
<ul>
<li><strong>Total Seat: </strong> 5</li>
<li><strong>Duration : </strong> 2 months</li>
<li><strong>Shift : </strong> Day</li>
</ul>
<p><strong><i class="fas fa-book"></i> Eligibilty: </strong>Lorem ipsum dummy Lorem ipsum dummy <a href="#" data-toggle="collapse" data-target="#elig-box">show more</a></p>
<h6><strong><i class="fa fa-clock"></i> Enroll time</strong> 30 Jun 2019 <span>NPR: 300/- <a href="#" class="btn btn-primary" style="font-size: 12px;">Enroll Now</a></span></h6>
</div>
</div>
<div class="eligibal collapse" id="elig-box">
<div class="arrow-up"></div>
<p><strong><i class="fas fa-book"></i> Eligibilty: </strong>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<p><strong><i class="fas fa-graduation-cap"></i> Career: </strong>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<p><strong><i class="fas fa-file-alt"></i> Entrance Provision: </strong>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
</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
37
.detail {
box-shadow: 3px 4px 5px 3px rgba(0,0,0,.2);
margin-bottom: 20px;
margin-left: 0px;
margin-right: 0px;
}
.detail img {
width: 100%;
height: 220px;
}
.detail-box {
margin-left: 20px;
}
.detail-box h4 {
font-family: 'Bree Serif', serif;
font-size: 24px;
line-height: 28px;
font-weight: 400;
color: #27c74c;
padding-top: 10px;
margin-bottom: 10px;
letter-spacing: 1px;
}
.detail-box p{
margin-bottom: 14px;
font-size: 13px;
line-height: 20px;
text-align: justify;
margin-right: 10px;
}
.detail-box p a{
border-bottom: 1px dotted #529cec;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: