Skip to content

Commit

Permalink
Added form #8
Browse files Browse the repository at this point in the history
  • Loading branch information
Perpetual-Incantation committed Oct 16, 2021
1 parent 3b62b12 commit 6684a74
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Projects/formresource/form.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Contribute Resources</h1>
<text align:centre></text>
<form action="mailto:aanchalrakheja2001@gmail.com" method="post" enctype="text/plain">
<label for="name"> Name:</label>
<input type="text" id="name" name="name"><br>
<label for="email">Enter your email:</label>
<input type="email" id="email" name="email"><br>
<label for="Resources"> Domain of the Resorces:</label>
<input type="text" id="resource" name="resource"><br>
<label for="resource">Add your resource link here:</label>
<input type="url" id="resource" name="resource"><br>
<input type="submit" value="Submit">
</form>
</body>
</html>
7 changes: 7 additions & 0 deletions Projects/formresource/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
body {
border-radius: 5px;
background-color: navajowhite;
padding: 20px;
text-align: center;
font-size: 40px;
}

0 comments on commit 6684a74

Please sign in to comment.