From f682f1964c216416c8c71d1880806828701694ca Mon Sep 17 00:00:00 2001 From: Henrique Caetano de Barros Date: Tue, 16 May 2023 23:44:55 -0300 Subject: [PATCH] =?UTF-8?q?Adicionado=20arquivo=20de=20eventos=20(faltando?= =?UTF-8?q?=20implementa=C3=A7=C3=A3o)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/eventos.css | 25 +++++++++++++++++++ index.html | 1 + paginas/eventos.html | 45 +++++++++++++++++++++++++++++++++++ paginas/extincoes.html | 1 + paginas/formulario.html | 1 + paginas/parques-naturais.html | 1 + 6 files changed, 74 insertions(+) create mode 100644 css/eventos.css create mode 100644 paginas/eventos.html diff --git a/css/eventos.css b/css/eventos.css new file mode 100644 index 0000000..fa4eddd --- /dev/null +++ b/css/eventos.css @@ -0,0 +1,25 @@ +@import url('./menu.css'); + +body { + margin: 0; +} + +h1 { + text-align: center; +} + +.eventos-container { + display: flex; + justify-content: center; + align-items: center; + flex-direction: column; + width: 100vw; +} + + +footer { + position: absolute; + bottom: 50px; + text-align: center; + margin-inline: 20px; +} \ No newline at end of file diff --git a/index.html b/index.html index 9b2223d..e8f6cb5 100644 --- a/index.html +++ b/index.html @@ -21,6 +21,7 @@
  • Extinções
  • Parques naturais
  • Formulário
  • +
  • Eventos