From 8a664b0744f12a21d187afebad765af11a87dd47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sibelly=20Vit=C3=B3ria?= <133239677+sibellyvih@users.noreply.github.com> Date: Sun, 17 Sep 2023 15:33:38 -0300 Subject: [PATCH] Update destinos.css --- destinos.css | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/destinos.css b/destinos.css index d289b42..ac4c51a 100644 --- a/destinos.css +++ b/destinos.css @@ -2,7 +2,7 @@ body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; - color: white; + color: black; background: rgb(238, 174, 202); background: radial-gradient(circle, rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100%); } @@ -52,6 +52,11 @@ h1 { } } +h2 { + text-align: center; + padding: 40px; +} + img { max-width: 500px; max-height: 450px; @@ -68,8 +73,27 @@ img { p { padding: 40px 0; + font-size: 18px; } .destino { font-size: 20px; + padding: 30px; +} + +.rodape { + padding: 100px 0; + text-align: center; + background: rgb(50, 48, 96); + color: white; +} + +.rodape img { + max-height: 40px; /* Ajuste a altura da imagem */ +} + +.rodape .redes-sociais { + display: flex; + justify-content: center; /* Centralizar horizontalmente */ + margin: 0 20px; }