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