From 6d1016e2dfb3d0b10d8e7203dd217382821ab42a Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Tue, 18 Sep 2018 16:06:59 -0400 Subject: add most features --- style.css | 37 +++++++++++++++++-------------------- 1 file changed, 17 insertions(+), 20 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 4ac2f88..1f40764 100644 --- a/style.css +++ b/style.css @@ -7,38 +7,35 @@ html { box-sizing: inherit; } -body, h1, h2, h3, h4, h5, h6, p, ol, ul { - margin: 0; - padding: 0; - font-weight: normal; +.container { + margin: 5px 20%; } -ol, ul { - list-style: none; +div { + margin: 5px; } -img { - max-width: 100%; - height: auto; +td, th { + padding: 5px; } -.container { - margin: 5px; +#input { + width: 100%; + font-size: 1.3em; } -div { - margin: 5px; +table { + width: 100%; } -table { - border-collapse: collapse; +.default { + color: #aaa; } -table, td, th { - border: 1px solid black; - padding: 5px; +#error { + color: #d7191c; } -.default { - color: #aaa; +#warning { + color: #a6611a; } -- cgit v1.2.3-54-g00ecf