Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1fac330

Browse files
committed
Fix punctuation and grammar in Margin and Padding READMEs
1 parent 6b8a836 commit 1fac330

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

margin-and-padding/margin-and-padding-1/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ For this first exercise, simply edit the `index.html` file so that the divs look
55
![outcome](./desired-outcome.png)
66

77
### Self-check
8-
Use this section to check your work. On _these_ projects, your goal isn't to attain 100% pixel-perfection, but to use the tools you've learned to get relatively close to the desired output.
8+
Use this section to check your work. On _these_ projects, your goal isn't to attain 100% pixel perfection, but to use the tools you've learned to get relatively close to the desired output.
99

1010
- Div One and Div Three have 32px between their text and border.
1111
- Div One has 12px between it and any other element on the page.
1212
- There is a 48px gap between Div Two and Div Three.
13-
- Div Three is aligned to the right
14-
- Div Three's alignment is achieved using `margin` (and not float, or flexbox etc.)
13+
- Div Three is aligned to the right.
14+
- Div Three's alignment is achieved using `margin` (and not float, flexbox, etc.)

margin-and-padding/margin-and-padding-2/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ This one is a little nicer looking, and a little closer to something you might s
66
![desired outcome](./desired-outcome.png)
77

88
### Self Check
9-
Use this section to check your work. On _these_ projects, your goal isn't to attain 100% pixel-perfection, but to use the tools you've learned to get relatively close to the desired output.
9+
Use this section to check your work. On _these_ projects, your goal isn't to attain 100% pixel perfection, but to use the tools you've learned to get relatively close to the desired output.
1010

11-
- There is 8px between the edge of the card and it's content (the blue sections).
11+
- There is 8px between the edge of the card and its content (the blue sections).
1212
- There is an 8px gap between each of the blue sections inside the card.
13-
- Title of the card uses a 16px font.
13+
- The title of the card uses a 16px font.
1414
- There are 8px between the title text and the edge of the title section.
1515
- The content section has 16px space on the top and bottom, and 8px on either side.
1616
- Everything inside the `.button` section is centered, and there is 8px padding.
17-
- the Big Button is centered on it's own line.
18-
- the Big Button has 24px space on the sides, and 8px on top and bottom.
17+
- The Big Button is centered on its own line.
18+
- The Big Button has 24px space on the sides, and 8px on top and bottom.

0 commit comments

Comments
 (0)