From e8d499f682950d02fb143b504ced7cefac23534a Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Wed, 19 Sep 2018 11:12:54 -0400 Subject: Update --- style.css | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 1f40764..15cf320 100644 --- a/style.css +++ b/style.css @@ -1,14 +1,10 @@ html { - box-sizing: border-box; - font-size: 16px; + box-sizing: border-box; + font-size: 16px; } *, *:before, *:after { - box-sizing: inherit; -} - -.container { - margin: 5px 20%; + box-sizing: inherit; } div { @@ -19,17 +15,32 @@ td, th { padding: 5px; } +table { + width: 100%; +} + +select { + overflow-y: auto; +} + +.container { + min-width: 25em; + width: 80%; + max-width: 60em; + margin: 5px auto; +} + #input { width: 100%; font-size: 1.3em; } -table { - width: 100%; +#link-container { + text-align: center; } -.default { - color: #aaa; +#link { + font-size: 120%; } #error { -- cgit v1.2.3-54-g00ecf