diff --git a/css/footer.css b/css/footer.css index d3bef1b..a8d3866 100644 --- a/css/footer.css +++ b/css/footer.css @@ -12,8 +12,51 @@ } .footer-container { + display: flex; position: absolute; width: 90%; + justify-content: space-around; +} + +.footer-row { + position: relative; + display: flex; + width: inherit; + background-color: #222; + justify-content: space-around; + height: 70px; + flex-direction: row; + align-content: center; +} + +#footer-toggle { + float: left; + border: none; + border-style: none; + text-decoration: none; + background-color: #222; + color: #A69667; + font-size: 1.7em; + font-family: 'Oswald', sans-serif; + cursor: pointer; + justify-content: center; + height: 70px; + text-align: center; + margin: 0; +} + +#footer-toggle h3 { + margin: 0; + font-family: 'Oswald', sans-serif; + text-align: center; +} + +.footer-logo { + position: relative; + height: 50px; + width: auto; + margin-top: 10px; + margin-bottom: 10px; } .col { diff --git a/footer.php b/footer.php index a329d90..e7b0a1a 100644 --- a/footer.php +++ b/footer.php @@ -1,3 +1,20 @@ + + + + + \ No newline at end of file diff --git a/images/charlotte-logo-footer.png b/images/charlotte-logo-footer.png new file mode 100644 index 0000000..f46693d Binary files /dev/null and b/images/charlotte-logo-footer.png differ