From 2e39659bdd0562f5778806494c01fa8cf31e09b5 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Tue, 3 Feb 2015 10:52:45 -0800 Subject: [PATCH] fix footer styling --- static/css/main.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/static/css/main.css b/static/css/main.css index 80e640c..a661d95 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -38,3 +38,12 @@ table td { border-color: gray; background-color: white; } + +.footer { + position: absolute; + bottom: 0; + width: 100%; + /* Set the fixed height of the footer here */ + height: 60px; + background-color: #FE9ACD; +}