Skip to content

Commit c02f46e

Browse files
committed
01-margin-and-padding-1: Add checkboxes to the README
Add checkboxes to the README to make the progress tracking a better experience.
1 parent 65d6854 commit c02f46e

File tree

1 file changed

+5
-5
lines changed
  • foundations/block-and-inline/01-margin-and-padding-1

1 file changed

+5
-5
lines changed

foundations/block-and-inline/01-margin-and-padding-1/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ For this first exercise, simply edit the `style.css` file so that the divs look
77
### Self-check
88
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

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

Comments
 (0)