"Три даты (three dates)"
Bootstrap 3.3.0 Snippet by comandor

1
2
3
4
5
6
7
8
9
10
11
12
13
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/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="text-amount">12.12.19</div>
<div class="databox">
<div class="text-muted"><small>Создано 12.18.2019</small></div>
<div class="text-stats text-success"><small>Обновлено 12.12.19</small></div>
</div>
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
html {
font-family: Source Sans Pro,sans-serif;
font-size: .9375rem;
line-height: 1.5;
color: #112b4a;
text-align: left;
background-color: #f7f8f9;
}
.text-amount {
font-size: 20px;
letter-spacing: 5px;
color: #112b4a;
line-height: 1.5rem;
}
.databox{
line-height: 0.9rem;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: