From 89685742de42cb8e54ebdbaf7a207cfe16fa62b8 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Mon, 18 Jul 2016 19:11:46 +0200 Subject: Kick off --- style.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..86f98a8 --- /dev/null +++ b/style.css @@ -0,0 +1,19 @@ +ul { + list-style-type: none; + padding-left:0; +} + +.block { + float: left; + min-width: 20em; + width: 33%; +} + +.clear { + clear: both; + width: 100%; +} + +input[type="text"] { + width: 90%; +} -- cgit v1.2.3