HTML
xxxxxxxxxx
1
<p class="mb-1">
2
<i class="fas fa-map-marker-alt me-2" style="color: red;"></i>
3
Lützowplatz 12
4
<br> 10785 Berlin
5
</p>
6
7
<p class="mb-1 d-flex">
8
<i class="fas fa-map-marker-alt mt-3 me-3" style="color: red;"></i>
9
Lützowplatz 12
10
<br>10785 Berlin
11
</p>
CSS
xxxxxxxxxx
1
p {
2
font-size: 3rem;
3
}
JS
1
1
Console errors: 0