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; +}