Skip to content

Commit a843411

Browse files
committed
07-flex-layout-2: Add checkboxes to the README
Add checkboxes to the README to make the progress tracking a better experience.
1 parent d76bf61 commit a843411

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

foundations/flex/07-flex-layout-2/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ On a smaller screen it will look like this:
2323
Note: The emojis may instead show up as one or several text symbols (e.g. ☆♂) if you don't have an emoji-based font family installed on your operating system. This does not affect the exercise and can be ignored.
2424

2525
### Self Check
26-
- The header text is size 32px and weight 900.
27-
- The header text is vertically centered and 16px from the edge of the screen.
28-
- The footer is pushed to the bottom of the screen (the footer may go _below_ the bottom of the screen if the content of the 'cards' section overflows and/or if your screen is shorter).
29-
- The footer text is centered horizontally and vertically.
30-
- The sidebar and cards take up all available space above the footer.
31-
- The sidebar is 300px wide (and it doesn't shrink).
32-
- The sidebar links are size 24px, are white, and do not have the underline text decoration.
33-
- The sidebar has 16px padding.
34-
- There is 48px padding around the 'cards' section.
35-
- The cards are arranged horizontally, but wrap to multiple lines when they run out of room on the page.
26+
- [ ] The header text is size 32px and weight 900.
27+
- [ ] The header text is vertically centered and 16px from the edge of the screen.
28+
- [ ] The footer is pushed to the bottom of the screen (the footer may go _below_ the bottom of the screen if the content of the 'cards' section overflows and/or if your screen is shorter).
29+
- [ ] The footer text is centered horizontally and vertically.
30+
- [ ] The sidebar and cards take up all available space above the footer.
31+
- [ ] The sidebar is 300px wide (and it doesn't shrink).
32+
- [ ] The sidebar links are size 24px, are white, and do not have the underline text decoration.
33+
- [ ] The sidebar has 16px padding.
34+
- [ ] There is 48px padding around the 'cards' section.
35+
- [ ] The cards are arranged horizontally, but wrap to multiple lines when they run out of room on the page.

0 commit comments

Comments
 (0)