This commit is contained in:
Mylloon 2023-10-14 17:58:14 +02:00
parent 75d5865ac8
commit 56a7b80f17
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -13,8 +13,16 @@ window.addEventListener("load", () => {
new Tag("/api/v1/love", "font-family: monospace"),
new Tag("Étudiant qui va rater son master"),
new Tag("Peak D2 sur Valo 🤡"),
new Tag("1312"),
new Tag("Nul en CSS", "font-family: cursive"),
new Tag(
"1312",
`
display: inline-block;
background: linear-gradient(to bottom right, red 0%, red 50%, black 50%);
background-clip: text;
color: transparent;
`
),
new Tag("Nul en CSS", "font-family: 'Comic Sans MS', cursive"),
];
const random = Math.round(Math.random() * (tags.length - 1));