Skip to content

Commit

Permalink
update the class names for different input tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Devansh K Shukla committed Apr 8, 2022
1 parent 3cdb36c commit e29c5a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -339,13 +339,13 @@ <h2>contact me</h2>
<form method="POST">
<div class="row">
<div class="input-group">
<input type="text" placeholder="Name" class="input-control" required>
<input type="text" placeholder="Name" class="input-control-name" required>
</div>
<div class="input-group">
<input type="text" placeholder="Email" class="input-control" required>
<input type="text" placeholder="Email" class="input-control-email" required>
</div>
<div class="input-group">
<input type="text" placeholder="Subject" class="input-control" required>
<input type="text" placeholder="Subject" class="input-control-subject" required>
</div>
<div class="input-group">
<textarea placeholder="Message" class="input-control" required></textarea>
Expand Down

0 comments on commit e29c5a5

Please sign in to comment.