mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-07-16 14:20:37 -04:00
feat: remove placeholders/add text colors
This commit is contained in:
parent
4e46a195a4
commit
a6b1c0f6e8
2 changed files with 5 additions and 3 deletions
|
@ -24,11 +24,11 @@
|
|||
<form action="" method="#">
|
||||
<div class="form-input">
|
||||
<label for="name">NAME</label>
|
||||
<input type="text" name="name" id="name" placeholder="Enter your name." required>
|
||||
<input type="text" name="name" id="name"required>
|
||||
</div>
|
||||
<div class="form-input">
|
||||
<label for="email">EMAIL</label>
|
||||
<input type="email" name="email" id="email" placeholder="you@example.com" required>
|
||||
<input type="email" name="email" id="email" required>
|
||||
</div>
|
||||
<div class="form-input">
|
||||
<label for="password">PASSWORD</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue