Skip to content

Commit 0061e0e

Browse files
committed
Made some minor changes
1 parent 2928bff commit 0061e0e

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

SURVEY FORM/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
</head>
99
<body>
1010
<h1>Please fill this Survey-Form.</h1>
11-
<header>
12-
<form method="POST">
11+
12+
<form method="POST">
1313
<div>
1414
<label for="name"><b>Name:</b></label>
1515
<input type="text" placeholder="Enter your name" name="name" required>
@@ -34,6 +34,6 @@ <h1>Please fill this Survey-Form.</h1>
3434
<button type="submit" class="btn">Submit</button>
3535
</div>
3636
</form>
37-
</header>
37+
3838
</body>
3939
</html>

SURVEY FORM/public/css/style.css

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,16 @@
11
body{
22
background-color: rgb(246, 167, 181);
33
}
4-
h1{
5-
text-align: center;
6-
}
4+
75
div{
86
background-color: #fff;
97
text-align: center;
108
width: 600px;
11-
/* height: 570px; */
129
height: auto;
1310
position: absolute;
1411
left: 21%;
15-
margin: 50px;
1612
padding: 50px;
17-
}
18-
19-
header {
20-
margin-bottom: 50px;
13+
margin: 50px;
2114
}
2215

2316
input, textarea{

0 commit comments

Comments
 (0)