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