We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804b495 commit 5fba172Copy full SHA for 5fba172
exercises/07-HTML-five-forms/style.css
@@ -1,22 +1,30 @@
1
body {
2
font-family: "Lato", sans-serif;
3
}
4
+
5
+form {
6
+ display: inline-block;
7
+}
8
9
fieldset {
10
border: none;
11
margin: 0;
- padding: 10px 0;
12
+ padding: 10px 0px;
13
font-weight: 800;
14
-labels {
15
16
+label {
17
font-weight: 400;
18
19
20
input[type="text"],
21
input[type="tel"],
22
input[type="url"] {
23
24
border-bottom: 1px solid black;
25
font-size: 16px;
26
27
28
input[type="submit"] {
29
cursor: pointer;
30
0 commit comments