Skip to content

Commit

Permalink
Removed media queries to load entire stylesheets
Browse files Browse the repository at this point in the history
Bad practice to show
  • Loading branch information
laurenfazah committed Jul 19, 2016
1 parent 34a1bbf commit 3602c86
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,6 @@ Here are some properties that can be used to build media queries:
- max-width: CSS is visible at all screen widths **smaller** than the given value.
- min/max-resolution : CSS is visible above/below a given resolution.

In addition to hiding/showing sections of CSS code, media queries can even be
used to selectively load or not load _entire stylesheets_!

```html
<link rel="stylesheet" media="(max-width: 800px)" href="example.css" />
```

#### Your Turn : Media Queries

Revisit the basic site from the previous exercise, and add a new effect
Expand Down

0 comments on commit 3602c86

Please sign in to comment.