From 669ce7abd7d6b632bf1844afdb2cf0b28e1efed6 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Wed, 22 Jun 2016 07:04:12 +0200 Subject: faster, better, stronger --- public/main.css | 16 ++++++++++++++++ public/upload.html | 7 +++++-- 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 public/main.css (limited to 'public') diff --git a/public/main.css b/public/main.css new file mode 100644 index 0000000..529e8d6 --- /dev/null +++ b/public/main.css @@ -0,0 +1,16 @@ +body { + font-size:1.25em; + color: #000; + background: #fff +} + +input { + height:2em; + padding: .25em; + border: 1px solid #000 +} + +#wrapper { + margin:3em +} + diff --git a/public/upload.html b/public/upload.html index a6876ac..06fe8dd 100644 --- a/public/upload.html +++ b/public/upload.html @@ -4,6 +4,7 @@ Upload +