diff --git a/buttons/djomni.png b/buttons/djomni.png new file mode 100644 index 0000000..6ad680d Binary files /dev/null and b/buttons/djomni.png differ diff --git a/buttons/ezio.png b/buttons/ezio.png new file mode 100644 index 0000000..381c914 Binary files /dev/null and b/buttons/ezio.png differ diff --git a/buttons/mariomasta64.png b/buttons/mariomasta64.png new file mode 100644 index 0000000..0c43ac7 Binary files /dev/null and b/buttons/mariomasta64.png differ diff --git a/buttons/mjdxp.png b/buttons/mjdxp.png new file mode 100644 index 0000000..22b46d4 Binary files /dev/null and b/buttons/mjdxp.png differ diff --git a/buttons/silk.png b/buttons/silk.png new file mode 100644 index 0000000..34e4ba8 Binary files /dev/null and b/buttons/silk.png differ diff --git a/buttons/skye.png b/buttons/skye.png new file mode 100644 index 0000000..5fdc372 Binary files /dev/null and b/buttons/skye.png differ diff --git a/index.html b/index.html index 642ecf5..2e2d2ec 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,9 @@
  • horse life 98
  • toasters rocks
  • codewalrus
  • -
  • fediverse
  • +
  • dans une galaxie wiki
  • +
  • toile
  • +
  • fediverse
  • patreon
  • source code
  • contact
  • diff --git a/styles.css b/styles.css index ec1b7df..4c04144 100644 --- a/styles.css +++ b/styles.css @@ -6,7 +6,11 @@ body background-position: center; background-attachment: fixed; text-align: center; - @supports (background-image: url("bg.avif")) +} + +@supports (background-image: url("bg.avif")) +{ + body { background-image: url("bg.avif"); } @@ -158,6 +162,28 @@ textarea text-align: center; } +footer +{ + padding-top: 2em; +} + +nav a +{ + text-decoration: none; +} + +nav a img +{ + box-shadow: 4px 4px black; + transition: 0.2s; +} + +nav a img:hover +{ + transform: translate(2px, 2px); + box-shadow: 2px 2px black; +} + @media screen and (max-width: 992px) { main {