From 11d4cef2eea6d224ae672c67ed4c268353d7f54e Mon Sep 17 00:00:00 2001 From: Sakimori Date: Wed, 30 Dec 2020 03:08:32 -0500 Subject: [PATCH] reverted index, added classes to games_page for heading --- static/games_page.css | 8 +++++++- templates/index.html | 12 ++++++++++++ weather_notes.txt | 12 ------------ 3 files changed, 19 insertions(+), 13 deletions(-) delete mode 100644 weather_notes.txt diff --git a/static/games_page.css b/static/games_page.css index f862acd..f37bc70 100644 --- a/static/games_page.css +++ b/static/games_page.css @@ -27,12 +27,18 @@ body { top: 10px; } +.h1 { + margin: auto; + width: 45%; + color: white; + font-family: 'Alegreya', serif; +} + .page_header { color: white; font-family: 'Goldman', cursive; } - .emptyslot { border: 2px dashed white; border-radius: 15px; diff --git a/templates/index.html b/templates/index.html index debd205..6adf449 100644 --- a/templates/index.html +++ b/templates/index.html @@ -16,6 +16,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file diff --git a/weather_notes.txt b/weather_notes.txt deleted file mode 100644 index 06f6eff..0000000 --- a/weather_notes.txt +++ /dev/null @@ -1,12 +0,0 @@ -fog - hit by pitch, pickoffs - hbp can either hit leg (reduces baserunning) or arm (reduces defense) - -heat wave - forces relief pitchers - -blizzard - makes pitchers bat - -light drizzle - runners start on second base at the start of each inning \ No newline at end of file