diff options
Diffstat (limited to 'Web/Server/static')
-rw-r--r-- | Web/Server/static/Server.css | 24 |
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 |