diff --git a/iron-comments/index.html b/iron-comments/index.html
index 415101d..d18d11e 100644
--- a/iron-comments/index.html
+++ b/iron-comments/index.html
@@ -1,19 +1,29 @@
+
-
+
Iron Comments
-
+
+
-
+
\ No newline at end of file
diff --git a/iron-comments/styles/style.css b/iron-comments/styles/style.css
index 1a9004d..002ae7a 100644
--- a/iron-comments/styles/style.css
+++ b/iron-comments/styles/style.css
@@ -2,10 +2,27 @@ body {
padding: 0;
margin: 0;
padding-top: 100px;
- width: 100vw;
-
+ width: 100vw;
+ color: rgb(255, 255, 255);
+ background-color: rgb(25, 33, 41);
}
#form-container {
- margin: auto;
+ display: flex;
+ flex-direction: column;
+ justify-content: space-around;
+ padding: 50px 50px 20px 20px;
+}
+
+form {
+ border: 3px solid rgb(67, 163, 230);
+ margin: 500px;
+ width: 250px;
}
+
+button {
+ border-radius: 10px;
+ background-color: rgb(67, 163, 230);
+ color:rgb(255, 255, 255);
+ width: 60px;
+}
\ No newline at end of file