Skip to content

Commit 1613e73

Browse files
committed
02-flex-header: Add checkboxes to the README
Add checkboxes to the README to make the progress tracking a better experience.
1 parent f10271c commit 1613e73

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

foundations/flex/02-flex-header/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ wide:
1111
![wide](./desired-outcome-wide.png)
1212

1313
### Self Check
14-
- There is space between all items and the edge of the header (specific px amount doesn't matter here).
15-
- Logo is centered vertically and horizontally.
16-
- list-items are horizontal, and are centered vertically inside the header.
17-
- left-links and right-links are pushed all the way to the left and right, and stay at the edge of the header when the page is resized.
18-
- Your solution does not use floats, inline-block, or absolute positioning.
14+
- [ ] There is space between all items and the edge of the header (specific px amount doesn't matter here).
15+
- [ ] Logo is centered vertically and horizontally.
16+
- [ ] list-items are horizontal, and are centered vertically inside the header.
17+
- [ ] left-links and right-links are pushed all the way to the left and right, and stay at the edge of the header when the page is resized.
18+
- [ ] Your solution does not use floats, inline-block, or absolute positioning.
1919

20-
- Note: For this exercise, it's completely acceptable to not match the font-family.
20+
Note: For this exercise, it's completely acceptable to not match the font-family.

0 commit comments

Comments
 (0)