From c924622a63dbb9971bb291a53d2a91e14a7994dc Mon Sep 17 00:00:00 2001 From: mehbark Date: Mon, 27 Mar 2023 15:01:44 -0400 Subject: [PATCH] better links --- index.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/index.html b/index.html index af0d521..8b402f4 100644 --- a/index.html +++ b/index.html @@ -92,6 +92,17 @@ text-decoration: line-through; } + footer { + width: 100%; + font-size: large; + text-align: center; + color: white; + } + + a { + color: white; + } + g-chess-board::part(piece-wb) { background-image: url("./piece-wb.png"); image-rendering: pixelated; } g-chess-board::part(piece-wr) { background-image: url("./piece-wr.png"); image-rendering: pixelated; } g-chess-board::part(piece-wp) { background-image: url("./piece-wp.png"); image-rendering: pixelated; } @@ -120,8 +131,14 @@