Skip to content

Commit bd4b9d4

Browse files
committed
fix name input
1 parent a00382e commit bd4b9d4

1 file changed

Lines changed: 2 additions & 28 deletions

File tree

Form-Controls/index.html

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,6 @@
88
<meta name="description" content="F" />
99
<meta name="viewport" content="width=device-width, initial-scale=1" />
1010
</head>
11-
<style>
12-
fieldset {
13-
background-color: rgba(38, 95, 100, 0.798)
14-
}
15-
16-
legend {
17-
background-color: rgb(255, 255, 255);
18-
color: rgb(white);
19-
padding: 5px 10px;
20-
}
21-
22-
label {
23-
margin: 10px;
24-
color: rgb(white);
25-
padding: 10px 20px;
26-
}
27-
28-
input {
29-
margin: 40px;
30-
}
31-
</style>
3211
</head>
3312

3413
<body>
@@ -38,14 +17,9 @@ <h1></h1>
3817
<main>
3918
<form>
4019
<form action="/action_page.php"></form>
41-
42-
<!-- write your html here-->
43-
<!--
44-
try writing out the requirements first as comments
45-
this will also help you fill in your PR message later-->
4620
<div>
47-
<label for="firstname"> First name </label>
48-
<input type="text" id="First-name" name="first-name" />
21+
<label for="name"> Name: </label>
22+
<input type="text" id="name" name="name" />
4923
</div>
5024
<div>
5125
<label for="lastname"> Last name </label>

0 commit comments

Comments
 (0)