diff --git a/styles-footer.css b/styles-footer.css index 5b63225..bc708c4 100644 --- a/styles-footer.css +++ b/styles-footer.css @@ -1,10 +1,14 @@ :root { --bgColor: rgb(253, 246, 227); --textColor: #D91C81; - --fadedTextColor: #8f255d; + --hover: #8f255d; --black: #3A3335; } +body { + height: 100vh; +} + .footer-container { margin: 1rem 5rem; -webkit-user-select: none; @@ -14,6 +18,7 @@ gap: 5rem; bottom: 0; } + .footer-container-left { text-align: left; display: flex; @@ -22,6 +27,7 @@ gap: 1rem; flex-wrap: wrap; } + .footer-container-right { text-align: center; display: flex; @@ -47,7 +53,7 @@ transition: 0.1s; } .footer-icons:hover{ - color: var(--fadedTextColor); + color: var(--hover); } .footer-content { display: inline; @@ -66,4 +72,4 @@ .fa.fa-twitter::before{ content:"𝕏"; font-size:1.2em; -} \ No newline at end of file +}