summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2016-08-06 21:50:00 +0200
committerDirk Engling <erdgeist@erdgeist.org>2016-08-06 21:50:00 +0200
commitb4d6453a3c7025088cb71d249198069878881f0f (patch)
tree6c576e66a78a882ffe0228e483a9c36b1fcf0b23 /style.css
parentc94fb32c7a3c28b18a27460aa2447eeec1fac1de (diff)
Add a footer
Diffstat (limited to 'style.css')
-rw-r--r--style.css18
1 files changed, 14 insertions, 4 deletions
diff --git a/style.css b/style.css
index 86f98a8..0bbcd73 100644
--- a/style.css
+++ b/style.css
@@ -3,10 +3,20 @@ ul {
3 padding-left:0; 3 padding-left:0;
4} 4}
5 5
6.block { 6h2 {
7 float: left; 7 padding-top: 1em;
8 min-width: 20em; 8}
9 width: 33%; 9
10.footer {
11 font-size: 0.8em;
12 margin-top: 2em;
13 border-top: 1px solid black;
14 text-align: center;
15}
16
17.footer p {
18 margin-bottom: 0px;
19 margin-top: 0px;
10} 20}
11 21
12.clear { 22.clear {