Skip to content

Commit

Permalink
Drop abs. & rel. positioning from objectives
Browse files Browse the repository at this point in the history
Trimming the lesson down for time, starting with the learning objectives.
  • Loading branch information
GA-MEB committed Jan 26, 2016
1 parent 7c193ff commit 0e2ff22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Students should, at the end of the lesson, be able to:
- Establish spacing inside and outside of elements using margin and padding.
- Explain the difference between different types of distance measurement in a web page, including 'px', '%', and 'em'.
- Use 'float' and 'clear' to stack elements alongside each other.
- Explain the difference between 'static', 'relative', 'absolute', and 'fixed' positioning.
- Explain the difference between 'static' and 'fixed' positioning.

## Overview

Expand Down

0 comments on commit 0e2ff22

Please sign in to comment.