Skip to content

Commit c3ef738

Browse files
authored
Overlay click close add
1 parent 4e3a9e0 commit c3ef738

File tree

5 files changed

+151
-175
lines changed

5 files changed

+151
-175
lines changed

contact-us.html

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
1-
<form method="post">
2-
<div class="form-group">
3-
<label>First Name</label>
4-
<input type="text" name="name" id="name" class="form-control" placeholder="Enter your first name">
5-
</div>
6-
<div class="form-group">
7-
<label>Last Name</label>
8-
<input type="text" name="name" id="name" class="form-control" placeholder="Enter your last name">
9-
</div>
10-
<div class="form-group">
11-
<label>Email</label>
12-
<input type="email" name="name" id="name" class="form-control" placeholder="Enter your email">
13-
</div>
14-
<div class="form-group">
15-
<label>Message</label>
16-
<textarea rows="5" name="message" id="message" class="form-control" placeholder="Write your message here"></textarea>
17-
</div>
18-
<div class="form-group">
19-
<input type="button" name="button" value="Submit" class="btn btn-danger">
20-
</div>
21-
</form>
1+
<div class="p-3">
2+
<form method="post">
3+
<div class="form-group">
4+
<label>First Name</label>
5+
<input type="text" name="name" id="name" class="form-control" placeholder="Enter your first name">
6+
</div>
7+
<div class="form-group">
8+
<label>Last Name</label>
9+
<input type="text" name="name" id="name" class="form-control" placeholder="Enter your last name">
10+
</div>
11+
<div class="form-group">
12+
<label>Email</label>
13+
<input type="email" name="name" id="name" class="form-control" placeholder="Enter your email">
14+
</div>
15+
<div class="form-group">
16+
<label>Message</label>
17+
<textarea rows="5" name="message" id="message" class="form-control" placeholder="Write your message here"></textarea>
18+
</div>
19+
<div class="form-group">
20+
<input type="button" name="button" value="Submit" class="btn btn-danger">
21+
</div>
22+
</form>
23+
</div>

css/lightweightpopup.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@
8686
}
8787
.lwp-hidden{
8888
overflow:hidden;
89-
}
89+
}

image/Thumbs.db

3 KB
Binary file not shown.

0 commit comments

Comments
 (0)