17 lines
420 B
HTML
17 lines
420 B
HTML
<script async defer data-website-id="352216d2-431a-4da4-854c-0542e83eec1e" src="https://pythagore.p0m.fr/pythagore.js"></script>
|
|
<style>
|
|
.tag {
|
|
background-color: lightgray;
|
|
border-radius: 25px;
|
|
display: inline-block;
|
|
padding: 0 5px;
|
|
font-size: 90%;
|
|
}
|
|
.tag:hover {
|
|
background-color: darkgray;
|
|
}
|
|
.tag::before {
|
|
content: "#";
|
|
}
|
|
</style>
|