styling
This commit is contained in:
@@ -2,16 +2,17 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<link rel="stylesheet" href="/css/formstyle.css">
|
||||
</head>
|
||||
<body>
|
||||
<form action="https://api.janishutz.com/contact/fromDevelopment" method="post">
|
||||
<label for="name">Full name</label><br>
|
||||
<input type="text" name="name" id="name" placeholder="Your full name" required><br>
|
||||
<label for="mail">Your email address</label><br>
|
||||
<input type="email" name="mail" id="mail" placeholder="Your email address" required><br>
|
||||
<label for="name">Your message</label><br>
|
||||
<textarea name="name" id="name" placeholder="Your message" required minlength="50"></textarea><br>
|
||||
<input type="submit" value="Submit"><br>
|
||||
<form action="https://api.janishutz.com/contact?origin=development" method="post" class="form">
|
||||
<label for="name" class="label">Full name</label><br>
|
||||
<input type="text" name="name" id="name" placeholder="Your full name" required class="input"><br>
|
||||
<label for="mail" class="label">Your email address</label><br>
|
||||
<input type="email" name="mail" id="mail" placeholder="Your email address" required class="input"><br>
|
||||
<label for="name" class="label">Your message</label><br>
|
||||
<textarea name="name" id="name" placeholder="Your message" required minlength="50" rows="10" cols="100" class="textarea"></textarea><br>
|
||||
<input type="submit" value="Submit" class="button"><br>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user