diff --git a/css/.extincoes.css.swn b/css/.extincoes.css.swn deleted file mode 100644 index 8334dac..0000000 Binary files a/css/.extincoes.css.swn and /dev/null differ diff --git a/css/.extincoes.css.swo b/css/.extincoes.css.swo deleted file mode 100644 index a79ce5f..0000000 Binary files a/css/.extincoes.css.swo and /dev/null differ diff --git a/css/.extincoes.css.swp b/css/.extincoes.css.swp deleted file mode 100644 index e5d32ed..0000000 Binary files a/css/.extincoes.css.swp and /dev/null differ diff --git a/css/.index.css.swp b/css/.index.css.swp deleted file mode 100644 index b00b253..0000000 Binary files a/css/.index.css.swp and /dev/null differ diff --git a/css/extincoes.css b/css/extincoes.css deleted file mode 100644 index 40c6004..0000000 --- a/css/extincoes.css +++ /dev/null @@ -1,27 +0,0 @@ -i - -h1 { - text-align: center; -} - -table, th, td { - border: 1px solid black; - border-collapse: collapse; -} - -.table-content { - display: flex; - justify-content: center; - margin-top: 50px; -} - -.caption { - display: flex; - justify-content: center; - font-weight: bold; - font-size: 18px; -} - - - - diff --git a/css/index.css b/css/index.css deleted file mode 100644 index 60d5115..0000000 --- a/css/index.css +++ /dev/null @@ -1,46 +0,0 @@ - -body { - margin: 0; -} - -.menu-container table, .menu-container th, .menu-container td { - min-width: 100px; - border: 1px solid black; - border-collapse: collapse; - text-align: center; -} - -.menu-container table { - border-top: none; -} - -.img-container { - display: flex; - justify-content: space-between; - align-items: center; - flex-direction: column; -} - -.menu-container { - display: flex; - justify-content: space-between; - width: 100%; -} - -.menu-container img, .menu-container span { - width: 40px; -} - -.menu-container table { - border-top: none; -} - -.img-fauna { - width: 100%; - margin-top: 50px; -} - -footer { - margin-top: 3vh; -} - diff --git a/extincoes.css b/extincoes.css deleted file mode 100644 index b91f229..0000000 --- a/extincoes.css +++ /dev/null @@ -1,83 +0,0 @@ -@import url('./menu.css'); - - -body { - margin: 0; -} - -h1 { - text-align: center; -} - -.extincoes-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; -} - -.table-content { - display: flex; - justify-content: center; - margin-top: 50px; - min-width: 700px; -} - -.table-content table { - width: 50vw; - min-width: 600px; - background-color: rgb(250, 250, 250); -} - -.table-content table, .table-content th, .table-content td { - border-collapse: collapse; - border: 1px solid black; - border-inline: none; - text-align: center; - border-color: #999 -} - -.table-content tr { - height: 35px; -} - -.caption { - display: flex; - justify-content: center; - font-weight: bold; - font-size: 20px; - margin-bottom: 10px; -} - - -@media (max-width: 750px) { - .table-content table { - width: 80vw; - min-width: 0; - } - -} - -@media (max-width: 350px) { - .table-content table { - width: 95vw; - min-width: 0; - } -} - -@media (max-height: 570px) { - footer { - position: relative; - padding-top: 100px; - } -} - - diff --git a/fauna.png b/fauna.png deleted file mode 100644 index c96e1e2..0000000 Binary files a/fauna.png and /dev/null differ diff --git a/formulario.css b/formulario.css deleted file mode 100644 index 63ef2a7..0000000 --- a/formulario.css +++ /dev/null @@ -1,129 +0,0 @@ -@import url('./menu.css'); - - -body { - margin: 0; -} - -h1 { - text-align: center; -} - -.formulario-container { - display: flex; - justify-content: center; - align-items: center; - flex-direction: column; - width: 100vw; -} - -.form-content { - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; - min-height: 560px; - padding-bottom: 20px; -} - -fieldset { - border-radius: 7px; - width: 550px; - margin-inline: 10px; - border-color: #996dff; -} - -legend { - font-weight: bold; - font-size: 20px; -} - -input[type='text'] { - border: none; - border-bottom: 1px solid black; - outline: none; - width: 320px; - border-color: #996dff; - padding-left: 10px; -} - -td { - height: 40px; - font-size: 18px; -} - -button { - font-size: 16px; - font-weight: bold; - width: 120px; - height: 40px; - margin-block: 5px; - border-radius: 5px; - cursor: pointer; - background-color: #734bd1; - color: #fff; - border: none; - transition-duration: 0.4s; -} - -button:hover { - background-color: #9466ff; -} - -footer { - padding-bottom: 50px; - text-align: center; - margin-inline: 20px; -} - -iframe { - width: 300px; - height: 100px; - border: 2px solid #734bd1; - border-radius: 5px; - margin-top: 50px; -} - -.msg-sucesso { - display: flex; - flex-direction: row; - justify-content: center; - align-items: center; - width: 100vw; - height: 100vh; - font-weight: bold; - font-size: 10vw; - text-align: center; -} - -@media (max-width: 600px) { - fieldset, input[type='text'] { - width: 60vw; - } -} - -@media (max-width: 450px) { - fieldset, input[type='text'] { - width: 40vw; - } -} - -@media (max-width: 350px) { - iframe { - width: 85vw; - } -} - -@media (max-width: 280px) { - fieldset, input[type='text'] { - width: 35vw; - } - legend { - font-size: 7vw; - } - td { - font-size: 6.5vw; - } -} - - diff --git a/index.css b/index.css deleted file mode 100644 index 8a60101..0000000 --- a/index.css +++ /dev/null @@ -1,39 +0,0 @@ -@import url('./menu.css'); - - -body { - margin: 0; -} - -h1 { - text-align: center; -} - -.extincoes-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; -} - -.img-fauna { - width: 100%; - margin-top: 50px; -} - - -@media (max-height: 570px) { - footer { - position: relative; - padding-top: 100px; - } -} - diff --git a/index.html b/index.html deleted file mode 100644 index 9b2223d..0000000 --- a/index.html +++ /dev/null @@ -1,45 +0,0 @@ - - - - Fauna - - - - - - - -
- - - -

Extinções

- -
- - Imagem de fauna silvestre - -
- - - -
- - - diff --git a/netuno.png b/netuno.png deleted file mode 100644 index 5ac5d3b..0000000 Binary files a/netuno.png and /dev/null differ diff --git a/paginas/.extincoes.html.swo b/paginas/.extincoes.html.swo deleted file mode 100644 index 78c20cc..0000000 Binary files a/paginas/.extincoes.html.swo and /dev/null differ diff --git a/paginas/.extincoes.html.swp b/paginas/.extincoes.html.swp deleted file mode 100644 index 0390480..0000000 Binary files a/paginas/.extincoes.html.swp and /dev/null differ diff --git a/paginas/.index.html.swp b/paginas/.index.html.swp deleted file mode 100644 index b812a26..0000000 Binary files a/paginas/.index.html.swp and /dev/null differ diff --git a/paginas/extincoes.html b/paginas/extincoes.html deleted file mode 100644 index d55323f..0000000 --- a/paginas/extincoes.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - Extinções - - - - - - - -
- - - -

Extinções

-
-
- Animais em extinção - - - - - - - - - - - - - - - - - - - - - - - - - -
AnimalQuantidade
Lobo-guará23000
Onça-pintada10000
Panda-gigante2500
Arara-azul-de-lear1200
Baleia-fin400
-
-
- -
- - - diff --git a/parques-naturais.css b/parques-naturais.css deleted file mode 100644 index f7d7779..0000000 --- a/parques-naturais.css +++ /dev/null @@ -1,97 +0,0 @@ -@import url('./menu.css'); - - body { - margin: 0; - } - - h1 { - text-align: center; - } - - .parques-container { - display: flex; - justify-content: center; - align-items: center; - flex-direction: column; - width: 100vw; - } - - footer { - padding-bottom: 50px; - text-align: center; - margin-inline: 20px; - } - - .table-content { - display: flex; - justify-content: center; - margin-top: 80px; - min-width: 700px; - min-height: 585px; - } - - .table-content table { - width: 50vw; - min-width: 600px; - background-color: rgb(250, 250, 250); - } - - .table-content table, .table-content th, .table-content td { - border-collapse: collapse; - border: 1px solid black; - border-inline: none; - text-align: left; - border-color: #999 - } - - .colspan { - font-weight: bold; - width: 100%; - text-align: center; - padding-left: 0; - } - - .table-content tr { - height: 35px; - } - - .caption { - display: flex; - justify-content: center; - font-weight: bold; - font-size: 25px; - margin-bottom: 10px; - } - - @media (max-width: 750px) { - .table-content th, .table-content td { - padding-inline: 10px; - } - - .table-content table { - min-width: 220px; - width: 90vw; - } - } - - @media (max-width: 380px) { - .table-content th, .table-content td { - padding-inline: 5px; - } - } - - @media (max-width: 330px) { - .table-content th, .table-content td { - word-break: break-all; - } - .table-content table { - width: 95vw; - } - } - - @media (max-width: 260px) { - .caption { - font-size: 9.8vw; - } - } - \ No newline at end of file