From cc7a2b553a0cc8c1212cc88c636d4cbbeadbe2cf Mon Sep 17 00:00:00 2001 From: Bernardo Waldhelm Date: Wed, 12 Oct 2022 18:42:29 -0300 Subject: [PATCH] feat(home): adicionando footer desktop --- assets/styles/css/main.css | 29 +++++++++++++++++++++++++++++ index.html | 22 ++++++++++++++++++++++ 2 files changed, 51 insertions(+) diff --git a/assets/styles/css/main.css b/assets/styles/css/main.css index c941c6e..27c0915 100644 --- a/assets/styles/css/main.css +++ b/assets/styles/css/main.css @@ -186,6 +186,35 @@ margin-bottom: 130px; } +.footer{ + display: flex; + justify-content: center; + flex-direction: column; + align-items: center; + background: #000; + + padding: 38px 0 ; +} + +.footer__logos { + display: flex; + list-style: none; + margin-bottom: 12px; +} + +.footer__logo { + margin: 0 8px; +} + +.footer__text { + font-weight: 400; + font-size: 10px; + line-height: 12px; + text-transform: uppercase; + + color: #BDBDBD; +} + @media screen and (min-width: 769px) and (max-width: 1200px) { .home-destaque__img { width: 58%; diff --git a/index.html b/index.html index ae1b7af..948197f 100644 --- a/index.html +++ b/index.html @@ -87,6 +87,28 @@ + +