Skip to content

Commit

Permalink
Answered Questions
Browse files Browse the repository at this point in the history
  • Loading branch information
dwl15101 committed Apr 23, 2019
1 parent 05f49d0 commit cfe06e4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions 03 - CSS/media-query-property.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

CSS MEDIA QUERY PROPERTIES

Aside from

@media screen AND (...) {
Which handles all media queries for devices with screens, so computers, mobile devices, etc.
}

Another example of an @media is:

@media print AND (...) {
This handles all media queries for when a web page is going to be printed on physical paper.
}


0 comments on commit cfe06e4

Please sign in to comment.