From ab2bc1070af176ddcc260c27ce6daed294ed3b31 Mon Sep 17 00:00:00 2001 From: Tyler-A Date: Tue, 21 May 2019 18:40:52 -0600 Subject: [PATCH] Add styling --- style.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/style.css b/style.css index e69de29..10c1f6c 100644 --- a/style.css +++ b/style.css @@ -0,0 +1,26 @@ +h1 { + text-align: center; +} + + +div, select { + display: inline-block !important; +} + + +input { + margin-left: auto; + margin-right: auto; +} + + +div.centered { + display: inline-block !important; + text-align: center; + width: 100%; +} + + +img { + vertical-align: middle; +} \ No newline at end of file