This commit is contained in:
Marc 2015-12-24 17:51:16 -05:00
parent 7b3a33fe3b
commit ca1a5165fd
2 changed files with 2 additions and 2 deletions

View file

@ -118,7 +118,7 @@ a i {
margin-top:2vh margin-top:2vh
} }
form p textarea { #details-form {
width: 90vw; width: 90vw;
height: 20vh; height: 20vh;
resize: none; resize: none;

View file

@ -90,7 +90,7 @@
<p class="accentsize accent oswald">About you:</p> <p class="accentsize accent oswald">About you:</p>
<p class="basesize">My name is <input name="name" type="text" class="accent" placeholder="Johnny Appleseed"required>, I'm a <input nform="contactme" name="function" type="text" class="accent" placeholder="fellow tinkerer">. You can come back to me at <input form="contactme" name="_replyto" type="text" class="accent" placeholder="foo@bar.baz" required></p> <p class="basesize">My name is <input name="name" type="text" class="accent" placeholder="Johnny Appleseed"required>, I'm a <input nform="contactme" name="function" type="text" class="accent" placeholder="fellow tinkerer">. You can come back to me at <input form="contactme" name="_replyto" type="text" class="accent" placeholder="foo@bar.baz" required></p>
<p class="basesize">I'd like to tell you about ...</p> <p class="basesize">I'd like to tell you about ...</p>
<p class="basesize"><textarea form="contactme" name="details" class="accent" placeholder="... this new cool thing I'm working on." required></textarea></p> <p class="basesize"><input id="form-details" type="text" name="details" class="accent" placeholder="... this new cool thing I'm working on." required></p>
<div class="ta-center"> <div class="ta-center">
<input type="submit" name="sbt" value="Send message"> <input type="submit" name="sbt" value="Send message">
</div> </div>