ON POINT
This commit is contained in:
parent
75d5865ac8
commit
56a7b80f17
1 changed files with 10 additions and 2 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue