diff --git a/css/custom_bootstrap.css b/css/custom_bootstrap.css new file mode 100644 index 0000000000000000000000000000000000000000..3bac11097ea84a96136a67d0cdfff3e360d2665e --- /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