Skip to content

Commit

Permalink
Retitle section on the position property
Browse files Browse the repository at this point in the history
Now it's "Static vs Fixed Positioning", since we'll no longer be talking about absolute or relative positioning in this lesson.
  • Loading branch information
GA-MEB committed Jan 26, 2016
1 parent a0d643f commit 4fc06ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ In addition to hiding/showing sections of CSS code, media queries can even be us
#### Your Turn : Media Queries
Revisit the basic site from the previous exercise, and add a new effect that triggers when you shrink the screen below 800px wide.

### Static vs Fixed Positioning
* All of the rules that you've learn so far are based on one paradigm of positioning, called 'static' positioning. However, it's possible to change this paradigm and employ a different approach for positining elements using the `position` attribute.
* `relative` positioning allows you to define where an element should go based on where it would go if it was statically positioned. For instance, changing a static element's positioning to the following
```
Expand Down

0 comments on commit 4fc06ca

Please sign in to comment.