aboutsummaryrefslogtreecommitdiffstats
path: root/Web/Server/static/Server.css
diff options
context:
space:
mode:
authorDat Nguyen <nguy2854@umn.edu>2019-11-29 21:59:28 -0600
committerDat Nguyen <nguy2854@umn.edu>2019-11-29 21:59:28 -0600
commit374ca77b2a7a093537515607d5f10226fef06e29 (patch)
tree2614e695354d0139e294132c8febe116880f492a /Web/Server/static/Server.css
parentImprove logging: add timestamps for each log. Add a new function to add other... (diff)
downloadee4511w-374ca77b2a7a093537515607d5f10226fef06e29.tar
ee4511w-374ca77b2a7a093537515607d5f10226fef06e29.tar.gz
ee4511w-374ca77b2a7a093537515607d5f10226fef06e29.tar.bz2
ee4511w-374ca77b2a7a093537515607d5f10226fef06e29.tar.lz
ee4511w-374ca77b2a7a093537515607d5f10226fef06e29.tar.xz
ee4511w-374ca77b2a7a093537515607d5f10226fef06e29.tar.zst
ee4511w-374ca77b2a7a093537515607d5f10226fef06e29.zip
some aesthetics
Diffstat (limited to 'Web/Server/static/Server.css')
-rw-r--r--Web/Server/static/Server.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/Web/Server/static/Server.css b/Web/Server/static/Server.css
index e69de29..6f366ec 100644
--- a/Web/Server/static/Server.css
+++ b/Web/Server/static/Server.css
@@ -0,0 +1,24 @@
+.container{
+ color: white;
+ background-color: maroon;
+ border-style: solid;
+ border: 1px solid black;
+ text-align: center;
+ margin:5px;
+}
+
+#title{
+ font-size: xx-large;
+}
+
+#subtitle{
+ font-size: large;
+}
+
+#choose_file{
+
+}
+
+#submit{
+
+} \ No newline at end of file