diff --git a/css/custom_boostrap.css b/css/custom_boostrap.css index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..68c51a5b54f1b05520ffd98737a2e689f3860ae7 100644 --- a/css/custom_boostrap.css +++ b/css/custom_boostrap.css @@ -0,0 +1,20 @@ +#footer { + position: absolute; + bottom: 0; + width: 100%; + /* Set the fixed height of the footer here */ + height: 30px; + background-color: #f5f5f5; +} + +.footer_container { + width: auto; + max-width: 680px; + padding-top: 10px; + padding-bottom: 0px; + text-align : center; +} + +.text-footer { + +} \ No newline at end of file