diff options
author | Patrick Simianer <p@simianer.de> | 2016-06-22 07:04:12 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2016-06-22 07:04:12 +0200 |
commit | 669ce7abd7d6b632bf1844afdb2cf0b28e1efed6 (patch) | |
tree | 3d6add77d3629a039f785d951844f378eca1a44b /public/main.css | |
parent | 9097ff1e4ecdf42c99585bc9d399590442720052 (diff) |
faster, better, stronger
Diffstat (limited to 'public/main.css')
-rw-r--r-- | public/main.css | 16 |
1 files changed, 16 insertions, 0 deletions
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 +} + |