summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorerdgeist <erdgeist@bauklotz.fritz.box>2016-07-18 19:11:46 +0200
committererdgeist <erdgeist@bauklotz.fritz.box>2016-07-18 19:11:46 +0200
commit89685742de42cb8e54ebdbaf7a207cfe16fa62b8 (patch)
tree0bc17534b05332ee4c5c7fec2fa66833aa7700a0 /style.css
Kick off
Diffstat (limited to 'style.css')
-rw-r--r--style.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..86f98a8
--- /dev/null
+++ b/style.css
@@ -0,0 +1,19 @@
1ul {
2 list-style-type: none;
3 padding-left:0;
4}
5
6.block {
7 float: left;
8 min-width: 20em;
9 width: 33%;
10}
11
12.clear {
13 clear: both;
14 width: 100%;
15}
16
17input[type="text"] {
18 width: 90%;
19}