From 8e077487ee6da89a212fc58000977cd718d6d802 Mon Sep 17 00:00:00 2001 From: Eleonora Otz Date: Thu, 13 Oct 2022 11:32:23 -0300 Subject: [PATCH] feat: Adiciona footer mobile e desktop --- assets/styles/main.css | 10 ++++++++++ index.html | 2 ++ 2 files changed, 12 insertions(+) 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