From 7d9a8a54e768d92059d200032fbfd24a93bbe74b Mon Sep 17 00:00:00 2001 From: Kauany7492 <140413644+Kauany7492@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:30:51 -0300 Subject: [PATCH] a --- index.html | 2 +- style.css | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index f523c78..3c015dc 100644 --- a/index.html +++ b/index.html @@ -52,7 +52,7 @@
-

Seja Parceiro

+

Seja Parceiro

diff --git a/style.css b/style.css index fd9d4d0..b0c8789 100644 --- a/style.css +++ b/style.css @@ -9,6 +9,19 @@ padding: 0; } +#inicio{ + display: flex; +} + +.titulo{ + justify-content: center; +} + +.fundo{ + width: 100vw; + height: auto; +} + body{ background-color: #FBF4E8; }