-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.html
32 lines (25 loc) · 1.04 KB
/
test.html
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
<!-- Bootstrap core CSS -->
<link href="/css/bootstrap-italia.min.css" rel="stylesheet">
<h4 style="color: red"><i class="ri-checkbox-blank-circle-fill"></i> Allerta rossa</h4>
<div class="card card-teaser rounded shadow" style="border-left: 8px solid orange;">
<div class="col-2 text-center">
<span class="badge badge-secondary">
02/10<br>
2020<br>
<hr style="margin: 2px;border-color: white !important;">
12:30
</span>
<hr class="text-center" style="border-color: blue !important;">
<svg class="icon text-center">
<use xlink:href="/svg/remixicon.symbol.svg#ri-heavy-showers-line"></use>
</svg>
</div>
<div class="col-10 card-body">
<h5 class="card-title">
Strada dissestata
</h5>
<div class="card-text">
<p>Pericolo su strada regionale 56 per allagamento fare attenzione</p>
</div>
</div>
</div>