File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
exercises/06-fieldsets-labels-and-styles Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ font-family: "Lato", sans-serif;
18
18
19
19
2. Set the `display` of the `<form > ` tag to `inline-block `.
20
20
21
- 4 . Remove `borders` and `margins` from all the `<fieldset > ` tags.
21
+ 3 . Remove `borders` and `margins` from all the `<fieldset > ` tags.
22
22
23
- 5 . Apply a `padding` of `10px` to the top and bottom and a `padding` of `0px` to the left and right of all the `<fieldset > ` tags.
23
+ 4 . Apply a `padding` of `10px` to the top and bottom and a `padding` of `0px` to the left and right of all the `<fieldset > ` tags.
24
24
25
- 6 . Apply a `font-weight ` of `800` to all the `<fieldset > ` tags.
25
+ 5 . Apply a `font-weight ` of `800` to all the `<fieldset > ` tags.
26
26
27
- 7 . Decrease the `font-weight ` of all the `<label > ` tags to `400`.
27
+ 6 . Decrease the `font-weight ` of all the `<label > ` tags to `400`.
28
28
29
- 9 . Apply these rules to all the text inputs:
29
+ 7 . Apply these rules to all the text inputs:
30
30
31
31
```css
32
32
input [type = text ] {
You can’t perform that action at this time.
0 commit comments