"Creative Blog Section"
Bootstrap 4.1.1 Snippet by wpdeveloper28

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="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet">
<section class="blog-area pt-80 pb-80">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="section-title">
<h4>Latest <span>Design</span> Blog</h4>
</div>
</div>
<div class="col-md-9">
<div class="row">
<div class="col-md-4">
<div class="single-blog h-100" style="background-image: url('https://nahian91.github.io/arrow-creative-agency/assets/images/blog/blog-1.png');">
<span class="blog-cat"><a href="">blog</a></span>
<div class="blog-content">
<h4>Blog title here</h4>
<div class="meta">
<a href="">admin</a>
<a href="">1 june 2021</a>
</div>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Laborum, assumenda.</p>
</div>
</div>
</div>
<div class="col-md-8">
<div class="row">
<div class="col-md-6">
<div class="single-blog" style="background-image: url('https://nahian91.github.io/arrow-creative-agency/assets/images/blog/blog-2.jpg');">
<span class="blog-cat"><a href="">blog</a></span>
<div class="blog-content">
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
body{
font-family: 'Bebas Neue', cursive;
}
.pt-80{
padding-top:80px;
}
.pb-80{
padding-bottom:80px;
}
.section-title {
display: flex;
height: 100%;
align-items: flex-end;
margin-bottom: -15px;
}
.section-title h4 {
font-size: 90px;
font-family: 'Bebas Neue', cursive;
margin-bottom: -15px;
color: #454443;
line-height: 80px;
}
.section-title h4 span {
display: block;
color: #d25b38;
}
.single-blog {
background-size: cover;
background-position: 0 0;
padding: 20px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.blog-cat a {
background-color: #d25b38;
display: inline-block;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: