blob: 11625fe1bf6aba1a01659096f477073724ed0df9 (
plain)
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
|
<!DOCTYPE html>
<style>
body {
overflow-wrap: anywhere;
}
.post-footer-line-2 {
position: absolute;
letter-spacing: 1mm;
font-size: 0px;
}
.post-labels a {
padding: 8px 17px;
font-size: 10px;
margin: 5px 30px 5px -30px;
}
</style>
<div>
<div class='post-footer-line-2'>
<span class='post-labels'>
Etykiety:
<a>hunter</a>,
<a>miski</a>,
<a>pies</a>,
<a>recenzja</a>,
<a>test</a>
</span>
</div>
</div>
|