add 'self check'

This commit is contained in:
Cody Loyd 2021-08-18 08:50:55 -05:00
parent c1d3b542a8
commit 4d49e81012
1 changed files with 13 additions and 1 deletions

View File

@ -3,4 +3,16 @@
This one is a little nicer looking, and a little closer to something you might see in the real world. You'll need to change a little more than just margin and padding to make it look exactly right.
## Desired outcome
![desired outcome](./desired-outcome.png)
![desired outcome](./desired-outcome.png)
### Self Check
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.
- There is 8px between the edge of the card and it's content (the blue sections).
- There is an 8px gap between each of the blue sections inside the card.
- Title of the card uses a 16px font.
- There are 8px between the title text and the edge of the title section.
- The content section has 16px space on the top and bottom, and 8px on either side.
- Everything inside the `.button` section is centered, and there is 8px padding.
- the Big Button is centered on it's own line.
- the Big Button has 24px space on the sides, and 8px on top and bottom.