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 @@