diff --git a/index.html b/index.html
new file mode 100644
index 0000000..de59704
--- /dev/null
+++ b/index.html
@@ -0,0 +1,353 @@
+
+
+
+
+
+
+
+
+ Exercicios-Daw
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..b2db116
--- /dev/null
+++ b/style.css
@@ -0,0 +1,23 @@
+body{
+ background-color: #fafafa;
+ color: #025056;
+ font-family: 'Times New Roman', Times, serif;
+ font-size: 20px;
+ text-align: center;
+
+}
+
+h1{
+ background: rgb(120, 182, 182);
+ color: #073133;
+ font-size: 28px;
+ display: inline-block;
+ width: 520px;
+ border: solid rgb(70, 116, 116) 1px ;
+}
+
+
+input{
+ font-family: 'Times New Roman', Times, serif;
+ font-size: 17px;
+}
\ No newline at end of file