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: foundations/block-and-inline/01-margin-and-padding-1/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ For this first exercise, simply edit the `style.css` file so that the divs look
7
7
### Self-check
8
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.
9
9
10
-
- Div One and Div Three have 32px between their text and border.
11
-
- Div One has 12px between it and any other element on the page.
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, flexbox, etc.).
10
+
-[ ]Div One and Div Three have 32px between their text and border.
11
+
-[ ]Div One has 12px between it and any other element on the page.
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, flexbox, etc.).
0 commit comments