diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 19 |
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 @@ | |||
1 | ul { | ||
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 | |||
17 | input[type="text"] { | ||
18 | width: 90%; | ||
19 | } | ||