28 lines
462 B
HTML
28 lines
462 B
HTML
<!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>
|