Skip to content

Commit

Permalink
Fix ga-wdi-boston#6 - Add hints for first lab
Browse files Browse the repository at this point in the history
The hints address common mistakes made during this lab.
  • Loading branch information
racheltstevens committed Oct 17, 2016
1 parent 9f14125 commit 1fe222c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,14 @@ float and clear).
- [Wikipedia](http://en.wikipedia.org/wiki/Main_Page)
- [Reddit](http://reddit.com)

#### Hints

1. Don't be afraid to 'cheat' by looking at the source code of the site you're mimicking.
2. Keep your sketches simple - don't add details like text, colors, etc.
3. When drawing boxes, try not to draw them flush against each other - adding a little bit of space helps to make it clear when boxes should be nested inside other boxes.
4. Don't got more than 4 levels deep in your nesting.
5. Bright colors for your divs help to make layout mistakes obvious.

## Advanced CSS Positioning

### Media Queries
Expand Down

0 comments on commit 1fe222c

Please sign in to comment.