Skip to content

Commit

Permalink
Add media queries to learning objectives
Browse files Browse the repository at this point in the history
Media queries are an important foundational topic for understanding Bootstrap's grid system.
  • Loading branch information
GA-MEB committed Jan 26, 2016
1 parent da55afe commit 41a714b
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,8 +9,8 @@ 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' and 'fixed' positioning.
- Employ media queries to change CSS rules based on screen size.
- Explain the difference between 'static' and 'fixed' positioning.

## Overview

Expand Down

0 comments on commit 41a714b

Please sign in to comment.