diff --git a/ex-aula04/extincoes.html b/ex-aula04/extincoes.html
new file mode 100644
index 0000000..b16026c
--- /dev/null
+++ b/ex-aula04/extincoes.html
@@ -0,0 +1,23 @@
+
+
+
+ Animais em extinção
+
+
+ Animais em extinção
+
+
+
+ | Animais |
+ Quantidade restante |
+
+
+
+
+ | Baleia orca |
+ 13 |
+
+
+
+
+
diff --git a/ex-aula04/formulario-animal/index.html b/ex-aula04/formulario-animal/index.html
new file mode 100644
index 0000000..6de90bd
--- /dev/null
+++ b/ex-aula04/formulario-animal/index.html
@@ -0,0 +1,13 @@
+<
+
+
+
+
+
diff --git a/ex-aula04/formulario-animal/salvo.html b/ex-aula04/formulario-animal/salvo.html
new file mode 100644
index 0000000..fd1ce74
--- /dev/null
+++ b/ex-aula04/formulario-animal/salvo.html
@@ -0,0 +1,3 @@
+
+ Salvo com sucesso
+
diff --git a/index.html b/index.html
index 9349168..6a274c2 100644
--- a/index.html
+++ b/index.html
@@ -1,7 +1,7 @@
-
+
@@ -28,8 +28,10 @@
Estou construindo esse site pelo editor vim dentro do
terminal linux através do putty
-
- Vá para a outra página
+
+

+
+ Vá para a outra página
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..4cecef4
--- /dev/null
+++ b/style.css
@@ -0,0 +1,22 @@
+h1 {
+ text-align: center;
+ text-transform: uppercase;
+ padding: 20px 10px 5px;
+ margin: 5px;
+}
+
+p {
+ margin: 1px 0px 30px;
+ text-align: center;
+}
+
+#div-img {
+ display: flex;
+ justify-content: center;
+ width: 100%;
+}
+
+img {
+ width: 200px;
+ height: 200px;
+}