mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-07-15 05:40:36 -04:00
feat: add more styling
This commit is contained in:
parent
261c0c7815
commit
0cea846e12
2 changed files with 44 additions and 28 deletions
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<title>Join our Awesome Mailing list!</title>
|
||||
<title>Join Our Awesome Mailing list!</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link href="css/style.css" rel="stylesheet">
|
||||
|
@ -16,27 +16,28 @@
|
|||
</div>
|
||||
<div class="form">
|
||||
<h1 class="call-to-action">Join our mailing list!</h1>
|
||||
<form action="" method="post">
|
||||
<div class="form-input">
|
||||
<label for="name">Name</label>
|
||||
<input type="text" name="" id="name" placeholder="Enter your name.">
|
||||
</div>
|
||||
<div class="form-input">
|
||||
<label for="email">Email</label>
|
||||
<input type="email" name="email" id="email" placeholder="you@example.com">
|
||||
</div>
|
||||
<div class="form-input">
|
||||
<label for="password">Password</label>
|
||||
<input type="password" name="" id="password">
|
||||
</div>
|
||||
<div class="form-input">
|
||||
<label for="password_confirmation">Confirm Password</label>
|
||||
<input type="password" name="" id="password_confirmation">
|
||||
</div>
|
||||
<button type="submit">Sign Up</button>
|
||||
</form>
|
||||
<form action="" method="post">
|
||||
<div class="form-input">
|
||||
<label for="name">Name</label>
|
||||
<input type="text" name="" id="name" placeholder="Enter your name.">
|
||||
</div>
|
||||
<div class="form-input">
|
||||
<label for="email">Email</label>
|
||||
<input type="email" name="email" id="email" placeholder="you@example.com">
|
||||
</div>
|
||||
<div class="form-input">
|
||||
<label for="password">Password</label>
|
||||
<input type="password" name="" id="password">
|
||||
</div>
|
||||
<div class="form-input">
|
||||
<label for="password_confirmation">Confirm Password</label>
|
||||
<input type="password" name="" id="password_confirmation">
|
||||
</div>
|
||||
<button type="submit">Sign Up</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<script src="js/script.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue