diff --git a/index.html b/index.html index 78f0750..43422ca 100644 --- a/index.html +++ b/index.html @@ -4,19 +4,21 @@ Elias Müller - + + +
- tux penguin profile image + tux penguin profile image

Elias Müller

@@ -32,10 +34,10 @@
  • 21 Jahre
  • Fulda
  • Fachinformatiker [AE]
  • -
    -
  • Kontaktiere mich!
  • +
  • +
  • Kontaktiere mich!

  • -
    +
  • mhsl.eu
  • Gitea
  • GitHub
  • diff --git a/style.css b/style.css index b59225e..c429836 100644 --- a/style.css +++ b/style.css @@ -5,6 +5,7 @@ body { font-family: "Roboto"; + font-display: swap; background-image: url("background.svg"); background-color: black; @@ -162,6 +163,14 @@ a { cursor: pointer; } +li .spacer { + height: 1rem; +} + +.clickable { + cursor: pointer; +} + .requires-js { display: none; } diff --git a/tux.png b/tux.png deleted file mode 100644 index eb33b20..0000000 Binary files a/tux.png and /dev/null differ diff --git a/tux.webp b/tux.webp new file mode 100644 index 0000000..4ca1272 Binary files /dev/null and b/tux.webp differ