Skip to content

Commit 5fba172

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

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,30 @@
11
body {
22
font-family: "Lato", sans-serif;
33
}
4+
5+
form {
6+
display: inline-block;
7+
}
8+
49
fieldset {
510
border: none;
611
margin: 0;
7-
padding: 10px 0;
12+
padding: 10px 0px;
813
font-weight: 800;
914
}
10-
labels {
15+
16+
label {
1117
font-weight: 400;
1218
}
19+
1320
input[type="text"],
1421
input[type="tel"],
1522
input[type="url"] {
1623
border: none;
1724
border-bottom: 1px solid black;
1825
font-size: 16px;
1926
}
27+
2028
input[type="submit"] {
2129
cursor: pointer;
2230
border: none;

0 commit comments

Comments
 (0)