diff --git a/iron-comments/index.html b/iron-comments/index.html index 415101d..f5c2a85 100644 --- a/iron-comments/index.html +++ b/iron-comments/index.html @@ -11,9 +11,18 @@ -
- Name: Email: Comment: Receive email updates? Submit -
+
+ + + + + + + Receive email updates? + + +
+ \ No newline at end of file diff --git a/iron-comments/styles/style.css b/iron-comments/styles/style.css index 1a9004d..7fa5e92 100644 --- a/iron-comments/styles/style.css +++ b/iron-comments/styles/style.css @@ -2,10 +2,26 @@ body { padding: 0; margin: 0; padding-top: 100px; - width: 100vw; - + width: 100vw; + background-color: rgb(25, 33, 41); + font-size: 1.75em; } #form-container { - margin: auto; + margin: 0 auto; + color: rgb(255, 255, 255); + box-sizing: border-box; + width: 300px; + height: 500px; + border: solid rgb(67, 163, 230) 5px; + padding: 20px; + } + +.boton { + text-align: right; + background-color: rgb(67, 163, 230); + color: rgb(255, 255, 255); + border-radius: 8px; + +} \ No newline at end of file