diff --git a/assets/styles/main.css b/assets/styles/main.css index 8016442..79e3b76 100644 --- a/assets/styles/main.css +++ b/assets/styles/main.css @@ -220,6 +220,16 @@ body { display: none; } +/*Footer*/ + +.footer { + display: flex; + flex-direction: column; + background: #000000; + align-items: center; + padding: 38px 0; +} + /*Versão mobile*/ @media screen and (max-width: 320px) { diff --git a/index.html b/index.html index 77f3daa..cbf1b78 100644 --- a/index.html +++ b/index.html @@ -146,5 +146,7 @@ + + \ No newline at end of file