File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 8
8
</ head >
9
9
< body >
10
10
< h1 > Please fill this Survey-Form.</ h1 >
11
- < header >
12
- < form method ="POST ">
11
+
12
+ < form method ="POST ">
13
13
< div >
14
14
< label for ="name "> < b > Name:</ b > </ label >
15
15
< input type ="text " placeholder ="Enter your name " name ="name " required >
@@ -34,6 +34,6 @@ <h1>Please fill this Survey-Form.</h1>
34
34
< button type ="submit " class ="btn "> Submit</ button >
35
35
</ div >
36
36
</ form >
37
- </ header >
37
+
38
38
</ body >
39
39
</ html >
Original file line number Diff line number Diff line change 1
1
body {
2
2
background-color : rgb (246 , 167 , 181 );
3
3
}
4
- h1 {
5
- text-align : center;
6
- }
4
+
7
5
div {
8
6
background-color : # fff ;
9
7
text-align : center;
10
8
width : 600px ;
11
- /* height: 570px; */
12
9
height : auto;
13
10
position : absolute;
14
11
left : 21% ;
15
- margin : 50px ;
16
12
padding : 50px ;
17
- }
18
-
19
- header {
20
- margin-bottom : 50px ;
13
+ margin : 50px ;
21
14
}
22
15
23
16
input , textarea {
You can’t perform that action at this time.
0 commit comments