add quicklinks

This commit is contained in:
Johanna Dorothea Reichmann 2019-07-24 21:27:29 +02:00
parent c3195fcc87
commit 611bb2d943
Signed by untrusted user who does not match committer: transcaffeine
GPG Key ID: 03624C433676E465
2 changed files with 23 additions and 0 deletions

View File

@ -12,5 +12,12 @@
<div class="text">DRNK C0FF&#x18e;E</div>
<div class="red"></div>
</div>
<div class="labels">
<div class="card">git</div>
<div class="card">ci</div>
<div class="card">matrix</div>
<div class="card">mastodon</div>
</div>
</body>
</html>

View File

@ -29,3 +29,19 @@ body {
font-size: 7em;
}
.labels {
display: flex;
width: 100%;
justify-content: center;
}
.labels .card {
color: white;
background-color: black;
margin: 0 20px;
padding: 20px;
font-family: "Courier new", monospace, sans-serif;
font-size: 3em;
font-align: center;
}