Animais em extinção!
+| Nome: | +Quantidade | +
|---|---|
| Onça-pintada | +100 | + +
| Lobo-guará | +60 | + +
| Panda-gigante | +200 | +
| Arara-azul-de-lear | +86 | +
| Pinguim-africano | +96 | +
diff --git a/animals/css/global.css b/animals/css/global.css
index 69efeba..d63b6df 100644
--- a/animals/css/global.css
+++ b/animals/css/global.css
@@ -22,7 +22,7 @@ header{
border-bottom: 2px solid #000;
}
-header > .header__logo > img {
+header > .header__logo > a > img {
width: 50px;
}
@@ -46,11 +46,19 @@ main{
background-color: #CCC;
}
+.main_content{
+ width: 805px;
+ padding: 1em;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+}
+
.container{
width: 100%;
min-height: 87vh;
display: flex;
- justify-content: center;
+ padding: 2em;
align-items: center;
flex-direction: column;
}
@@ -72,6 +80,8 @@ footer{
font-family: Arial, sans-serif;
font-size: 14px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
+ font-weight: bold;
+ font-size: 1em;
}
.main__table > thead {
@@ -91,3 +101,66 @@ footer{
text-align: left;
border: 2px solid #000;
}
+
+ .main__options{
+ width: 100%;
+ display: flex;
+ justify-content: flex-start;
+ }
+
+ .btn{
+ background-color: none;
+ color: var(--primary-color);
+ border: 2px solid var(--primary-color);
+ margin-bottom: 0.5em;
+ width: fit-content;
+ text-align: center;
+ padding: 0.3em 0.4em;
+ font-weight: bold;
+ border-radius: 5px;
+ font-size: 1em;
+ cursor: pointer;
+ }
+
+ .btn:hover{
+ color: #FFF;
+ background-color: var(--primary-color);
+ transition: 0.3s;
+ }
+
+ .form-control{
+ width: 550px;
+ display: flex;
+ flex-direction: column;
+ gap: 1em;
+ padding: 1em;
+ box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
+ border-radius: 5px;
+ }
+
+ .form-control > .form-control__input-group{
+ display: flex;
+ flex-direction: column;
+ gap: 0.3em;
+ }
+
+ .form-control > .form-control__input-group > input{
+ padding: 0.4em 0.4em;
+ font-size: 1em;
+ border: none;
+ border-radius: 5px;
+ }
+
+ .form-control > .form-control__input-group > label{
+ font-weight: bold;
+ }
+
+ .main__iframe{
+ width: 550px;
+ border: 2px solid #000;
+ }
+
+ .title > h1 > a{
+ color: var(--primary-color);
+ text-decoration: underline;
+ }
\ No newline at end of file
diff --git a/animals/css/new-animal.css b/animals/css/new-animal.css
new file mode 100644
index 0000000..e69de29
diff --git a/animals/index.html b/animals/index.html
index 456c50a..610f1d3 100644
--- a/animals/index.html
+++ b/animals/index.html
@@ -20,13 +20,13 @@
| First | -Last | -Handle | -
|---|---|---|
| Mark | -Otto | -@mdo | -
| Jacob | -Thornton | -@fat | -
| Larry the Bird | -||
diff --git a/animals/pages/animals.html b/animals/pages/animals.html index d925ca9..cb3be05 100644 --- a/animals/pages/animals.html +++ b/animals/pages/animals.html @@ -1,28 +1,94 @@ +
- - - -
+ + + + + + + + + +
+
+