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 @@ - - -
-
-
- | Animal | -Quantidade | -
|---|---|
| Lobo-guará | -23000 | -
| Onça-pintada | -10000 | -
| Panda-gigante | -2500 | -
| Arara-azul-de-lear | -1200 | -
| Baleia-fin | -400 | -