Skip to content

Commit baac3e9

Browse files
authored
Update README.md
1 parent c595097 commit baac3e9

File tree

1 file changed

+5
-5
lines changed
  • exercises/06-fieldsets-labels-and-styles

1 file changed

+5
-5
lines changed

exercises/06-fieldsets-labels-and-styles/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ font-family: "Lato", sans-serif;
1818

1919
2. Set the `display` of the `<form>` tag to `inline-block`.
2020

21-
4. Remove `borders` and `margins` from all the `<fieldset>` tags.
21+
3. Remove `borders` and `margins` from all the `<fieldset>` tags.
2222

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.
2424

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.
2626

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`.
2828

29-
9. Apply these rules to all the text inputs:
29+
7. Apply these rules to all the text inputs:
3030

3131
```css
3232
input[type=text] {

0 commit comments

Comments
 (0)