File tree Expand file tree Collapse file tree 5 files changed +151
-175
lines changed Expand file tree Collapse file tree 5 files changed +151
-175
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 86
86
}
87
87
.lwp-hidden {
88
88
overflow : hidden;
89
- }
89
+ }
You can’t perform that action at this time.
0 commit comments