summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2018-09-18 16:06:59 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2018-09-18 16:06:59 -0400
commit6d1016e2dfb3d0b10d8e7203dd217382821ab42a (patch)
tree5da8f3e8d440b3e4771b92af4fa7a5e584df4542 /style.css
parent7a4b3595a3265495ffa44e0aff57964517ad4cb3 (diff)
downloadyorku-course-query-6d1016e2dfb3d0b10d8e7203dd217382821ab42a.tar.xz
yorku-course-query-6d1016e2dfb3d0b10d8e7203dd217382821ab42a.zip
add most features
Diffstat (limited to 'style.css')
-rw-r--r--style.css37
1 files changed, 17 insertions, 20 deletions
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;
}