Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions html-css
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,10 @@ integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLP
<div>
<td>Date of birth:<input type="date"></td><br><br>
</div>
<div>
<!-- <div>
<td>Gender:<input type="radio" name="Gender" value="Male">Male</td>
<td><input type="radio" name="Gender" value="Male">FeMale</td><br><br>
</div>
</div> -->
<div>
<td>Email Address:<input type="email" placeholder="abc@123gmail.com"></td><br><br>
</div>
Expand Down
2 changes: 1 addition & 1 deletion intro.htm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="wrapper fadeInDown">
<div id="formContent">
<!-- Tabs Titles -->
<h2 class="active"> Sign In </h2>
<h2 class="active"> Sign IN </h2>
<h2 class="inactive underlineHover">Sign Up </h2>

<!-- Icon -->
Expand Down