You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: margin-and-padding/margin-and-padding-1/README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,10 @@ For this first exercise, simply edit the `index.html` file so that the divs look
5
5

6
6
7
7
### 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% pixelperfection, but to use the tools you've learned to get relatively close to the desired output.
9
9
10
10
- Div One and Div Three have 32px between their text and border.
11
11
- Div One has 12px between it and any other element on the page.
12
12
- 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.).
Copy file name to clipboardExpand all lines: margin-and-padding/margin-and-padding-2/README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@ This one is a little nicer looking, and a little closer to something you might s
6
6

7
7
8
8
### 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% pixelperfection, but to use the tools you've learned to get relatively close to the desired output.
10
10
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).
12
12
- 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.
14
14
- There are 8px between the title text and the edge of the title section.
15
15
- The content section has 16px space on the top and bottom, and 8px on either side.
16
16
- 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