From f152fd39d6ba1bb8933f97662eeb2d9ae3a6f5b0 Mon Sep 17 00:00:00 2001 From: bvanroll Date: Sun, 24 Aug 2025 12:44:52 +0200 Subject: [PATCH] ok --- css/main.css | 28 ++++++++++++++++++---------- {assets/buttons => img}/queen.gif | Bin 2 files changed, 18 insertions(+), 10 deletions(-) rename {assets/buttons => img}/queen.gif (100%) diff --git a/css/main.css b/css/main.css index dde2656..a397bfd 100644 --- a/css/main.css +++ b/css/main.css @@ -1,4 +1,4 @@ - +/* @import url(https://cdn.jsdelivr.net/npm/firacode@6.2.0/distr/fira_code.css); body { @@ -7,7 +7,7 @@ body { padding: 2em; /*text-shadow: -1px -1px 0 #000, 1px -1px #000, -1px 1px #000, 1px 1px #000;*/ /*display: grid;*/ - background: #2e2828; + /*background: #2e2828; } a:link { @@ -30,11 +30,11 @@ a:active { * { } - -.header { +*/ +/*.header {*/ /*height: 10vh;*/ /*float: left;*/ - text-align: center; + /* text-align: center; background: #DDD; border-radius: 16px; width:100%; @@ -61,14 +61,14 @@ a:active { padding:1em; border-radius: 16px; } +*/ - -.navbar_links { +/*.navbar_links { /*display: grid;*/ /*grid-template-columns: auto auto;*/ - list-style: none; -} - + /* list-style: none; +}*/ +/* iframe { } @@ -124,4 +124,12 @@ footer { } } +*/ +nav { + +} + +footer { + +} diff --git a/assets/buttons/queen.gif b/img/queen.gif similarity index 100% rename from assets/buttons/queen.gif rename to img/queen.gif