diff --git a/index.html b/index.html
index 3cff3e6..8835100 100644
--- a/index.html
+++ b/index.html
@@ -63,6 +63,11 @@
+
+
+
+
+
diff --git a/style.css b/style.css
index 32c1a96..8b8ee08 100644
--- a/style.css
+++ b/style.css
@@ -21,7 +21,8 @@ body {
.header {
display: flex;
justify-content: space-between;
- margin: 30px 2rem;
+ margin: 15px 2rem;
+
}
@@ -118,8 +119,8 @@ main {
.forms-menu {
background-color: rgba(255,255,255,0.04);
- padding: 3px 15px 5px;
- margin: 10px;
+ padding: 2px 15px 5px;
+ margin-left: 10px;
border-radius: 15px;
}
@@ -128,7 +129,7 @@ main {
}
input {
- margin: 5px;
+ margin-top: 7px;
background: transparent ;
border-radius: 6px;
border:1px solid rgba(255,255,255,0.04);
@@ -138,13 +139,36 @@ input {
padding-left: 7px;
}
textarea {
+ margin-top: 7px;
background: transparent ;
border-radius: 6px;
+ padding-left: 7px;
border:1px solid rgba(255,255,255,0.04);
- height: 80px;
+ height: 50px;
color: white;
width: 100%;
}
+#submitform {
+ background-color: aqua;
+ height: 40px;
+ width: 90px;
+ border-radius: 15px;
+ font-weight: bold;
+ border-style: none;
+}
+
+#resetform {
+ border:1px solid rgba(255,255,255,0.04);
+ border-radius: 6px;
+ height: 40px;
+ width: 90px;
+ background: transparent ;
+ font-weight: bold;
+}
+
+.buttons-forms {
+ margin-top: 5px;
+}
\ No newline at end of file