From 5c23905fad89e46e5802077ebe797e795208d10b Mon Sep 17 00:00:00 2001 From: clement <clemmercier45@gmail.com> Date: Wed, 18 Jun 2014 01:29:24 +0200 Subject: [PATCH] c --- css/custom_bootstrap.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 css/custom_bootstrap.css diff --git a/css/custom_bootstrap.css b/css/custom_bootstrap.css new file mode 100644 index 0000000..3bac110 --- /dev/null +++ b/css/custom_bootstrap.css @@ -0,0 +1,21 @@ +#footer { + position: absolute; + bottom: 0; + width: 100%; + /* Set the fixed height of the footer here */ + height: 30px; + background-color: #108a93; +} + +.footer-container { + width: auto; + max-width: 680px; + padding-top: 10px; + padding-bottom: 0px; + text-align: center; +} + +.text-footer { + text-align: center; + color: black; +} \ No newline at end of file -- GitLab