From 611bb2d943f724b12ea0695b60e284be8ab973c7 Mon Sep 17 00:00:00 2001 From: jdreichmann Date: Wed, 24 Jul 2019 21:27:29 +0200 Subject: [PATCH] add quicklinks --- index.html | 7 +++++++ main.css | 16 ++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/index.html b/index.html index 2201757..e5d9efd 100644 --- a/index.html +++ b/index.html @@ -12,5 +12,12 @@
DRNK C0FFƎE
+ +
+
git
+
ci
+
matrix
+
mastodon
+
diff --git a/main.css b/main.css index 20bb9c2..226f96e 100644 --- a/main.css +++ b/main.css @@ -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; +}