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; +}