Skip to content

Commit d9a4eab

Browse files
authored
Update style.css
1 parent 5fba172 commit d9a4eab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exercises/07-HTML-five-forms/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ form {
99
fieldset {
1010
border: none;
1111
margin: 0;
12-
padding: 10px 0px;
12+
padding: 10px 0;
1313
font-weight: 800;
1414
}
1515

@@ -18,6 +18,7 @@ label {
1818
}
1919

2020
input[type="text"],
21+
input[type="email"],
2122
input[type="tel"],
2223
input[type="url"] {
2324
border: none;

0 commit comments

Comments
 (0)