aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2018-02-09 19:01:18 +0530
committerGitHub <noreply@github.com>2018-02-09 19:01:18 +0530
commit3c73729e45ade5dccbcac9c01b4840736de6b66f (patch)
tree6b0bc9a4c1150a9435adc9291788d01e0e34e496
parentf7da81998c37bb578b49551bc0742bc0df556bb7 (diff)
Update Contact.html
-rw-r--r--Contact.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/Contact.html b/Contact.html
index 5860b42..b543975 100644
--- a/Contact.html
+++ b/Contact.html
@@ -34,7 +34,7 @@
</script>
- <main>
+<div>
<fieldset style="width:25%; background-color: white; margin: auto;">
<form id="contact" action="https://formspree.io/navanchauhan@gmail.com" method="post">
@@ -59,8 +59,8 @@
<input type="text" name="_gotcha" style="display:none" />
<input type="hidden" name="_subject" value="New submission!" />
<div class="mdc-text-field--textarea">
- <textarea name="message" tabindex="3" id="textarea" class="mdc-text-field__input" rows="8" cols="40"></textarea>
- <label for="textarea" class="mdc-text-field__label">Type Your Message Here..</label>
+ <textarea name="message" tabindex="3" id="textarea" class="mdc-text-field__input" rows="8" cols="40" placeholder="Type Ypur Message Here..."></textarea>
+
</div>
@@ -76,16 +76,14 @@
</fieldset>
<!-- The p element below is where we'll eventually output our greeting -->
- </main>
<script src="https://unpkg.com/material-components-web@latest/dist/material-components-web.js"></script>
<script>
window.mdc.autoInit();
</script>
-
+</div>
</body>
-</body>
</html>