"css-timelines"
Bootstrap 4.1.1 Snippet by nitesh575malviya

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 ---------->
<div class="container">
<div class="row my-5">
<div class="col-lg-6">
<div class="card shadow">
<div class="card-body">
<div class="rightbox">
<div class="tml-container">
<ul class="tml">
<li class="tml-item" ng-repeat="itembx">
<div class="timestamp">
3rd May 2020<br> 7:00 PM
</div>
<div class="item-title">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. </div>
</li>
<li class="tml-item" ng-repeat="itembx">
<div class="timestamp">
19th May 2020<br> 3:00 PM
</div>
<div class="item-title">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's </div>
</li>
<li class="tml-item" ng-repeat="itembx">
<div class="timestamp">
17st June 2020<br> 7:00 PM
</div>
<div class="item-title">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.</div>
</li>
</ul>
</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
37
.leftbox {
top: -5%;
left: 5%;
position: absolute;
width: 15%;
height: 110%;
background-color: #50d890;
box-shadow: 3px 3px 15px rgba(119, 119, 119, 0.5);
}
nav {
margin: 2.6em auto;
}
nav a {
list-style: none;
padding: 35px;
color: #232931;
font-size: 1.1em;
display: block;
transition: all 0.5s ease-in-out;
}
.rightbox {
height: 100%;
}
.tml-container ul.tml {
margin: 2.5em 0;
padding: 0;
display: inline-block;
}
.tml-container ul.tml li {
list-style: none;
margin: auto;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: