BiglyDerv's Bio
+Pronouns | @@ -29,18 +30,28 @@Autistic |
---|
Links
+Socials
++ This list is too long to be on one page. Some entries may be missing. +
+diff --git a/art/minezo.png b/art/minezo.png new file mode 100644 index 0000000..c9c1ed1 Binary files /dev/null and b/art/minezo.png differ diff --git a/index.css b/index.css index 8a6041f..e0501a7 100644 --- a/index.css +++ b/index.css @@ -72,7 +72,9 @@ pre { .form-button { font-weight: 700; - display: inline-block; + display: inline-flex; + justify-content: center; + align-items: center; background: var(--primary-dark); border-color: var(--primary-light) } @@ -100,4 +102,11 @@ th { max-width: var(--elem-width); margin-top: 5px; border-radius: var(--border-radius); +} + +.icon { + width: 48px; + height: 48px; + border-radius: var(--border-radius); + margin-right: 10px; } \ No newline at end of file diff --git a/index.html b/index.html index 0b46aca..8bd670e 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,7 @@