From af3a41a0cac1fff0bd674c2630ec94c3246e92c3 Mon Sep 17 00:00:00 2001 From: Geovanni Date: Tue, 18 Jun 2024 04:31:30 -0300 Subject: [PATCH] Update index.html --- index.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/index.html b/index.html index f6eade2..39a64ac 100644 --- a/index.html +++ b/index.html @@ -228,6 +228,25 @@ grid-template-columns: 1fr; } } + /* Estilos para o rodapé */ + .footer { + display: flex; + justify-content: space-between; + align-items: center; + padding: 20px; + background-color: #111; + color: #fff; + font-size: 0.9em; + border-top: 1px solid #444; + margin-top: 40px; + } + .footer a { + color: #8a2be2; + text-decoration: none; + } + .footer a:hover { + text-decoration: underline; + } @@ -333,6 +352,17 @@

Quais conhecimentos prévios devo ter para que consiga acompanhar o curso? + +