From 6b3650ec7e12022e7ce1b7623e5a6f5936c5d51f Mon Sep 17 00:00:00 2001 From: DIVISIONSolar Date: Fri, 31 Mar 2023 18:36:25 -0400 Subject: [PATCH] center html table --- games.css | 11 +++++++++++ index.html | 1 + 2 files changed, 12 insertions(+) diff --git a/games.css b/games.css index a687e01..00c2f1f 100644 --- a/games.css +++ b/games.css @@ -4,6 +4,17 @@ body { font-family: Abril-Fatface, Rubik; } +h1 { + text-align: center; + margin: 0; + padding: 20px; +} + +table { + margin-left: auto; + margin-right: auto; +} + td { padding: 10px; } diff --git a/index.html b/index.html index 643aa25..d425256 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,7 @@

Found a broken game, or want to request one? Email us! contact@revela-network.com

+
Name