"blog arrow list"
Bootstrap 3.0.0 Snippet by rudiecnuada

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="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<!--News dan artikel-->
<section>
<div class="latest-news-box">
<div class="col-md-8 col-md-offset-2 text-center">
<h2 class="text-primary text-black text-uppercase"> <span class="text-semibold text-grey-800">news</span> & artikel</h2>
<div class="divider"></div>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Numquam voluptas facere vero ex tempora saepe perspiciatis ducimus sequi animi.</p>
</div>
<!-- Row -->
<div class="row nomargin">
<div class="col-md-6 nopadding">
<div class="item item-left">
<div class="col-md-6 nopadding hidden-xs">
<img src="http://lorempixel.com/800/553/" alt="News Image">
<span class="img-overflow"></span>
<div class="arrow-left"></div>
</div>
<div class="col-md-6 nopadding">
<div class="content">
<p class="date">02.03.2016</p>
<h2>Bootstrap blog code example</h2>
<p>Sample bootstrap code of blog design elements using bootstrap, javascript, css, and html. The following free Bootstrap blog templates we are about to explore...</p>
<a href="artikel" class="btn btn-primary btn-xs">Read More</a>
<span class="comments">0 <i class="fa fa-comment-o" aria-hidden="true"></i></span>
</div>
</div>
</div>
</div>
<div class="col-md-6 nopadding">
<div class="item item-left">
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
.latest-news-box {
background-color: #fff;
border-radius: 4px;
overflow: hidden;
}
.latest-news-box .nopadding {
padding: 0 !important;
}
.latest-news-box .nomargin{
margin: 0;
}
.latest-news-box .item {
position: relative;
width: 100%;
height: 100%;
cursor: pointer;
}
.item .content {
padding: 15px;
height: 250px;
}
.item p.date {
font-size: 11px;
font-weight: 600;
color: #868686;
opacity: .8;
margin: 0;
}
.item h2 {
color: #4c4c4c;
font-size: 18px;
}
.latest-news-box .item img {
width: 100%;
height: 250px;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: