Difference between revisions of "Media Queries"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (Def) |
Karl Jones (Talk | contribs) |
||
Line 1: | Line 1: | ||
'''Media Queries''' is a [[CSS3]] module allowing content rendering to adapt to conditions such as screen resolution (e.g. smartphone screen vs. computer screen). | '''Media Queries''' is a [[CSS3]] module allowing content rendering to adapt to conditions such as screen resolution (e.g. smartphone screen vs. computer screen). | ||
+ | |||
+ | == Description == | ||
+ | |||
+ | TO DO ... | ||
+ | |||
+ | == Recommended standard == | ||
It became a [[W3C]] recommended standard in June 2012, and is a cornerstone technology of [[Responsive web design]]. | It became a [[W3C]] recommended standard in June 2012, and is a cornerstone technology of [[Responsive web design]]. | ||
+ | |||
+ | == See also == | ||
+ | |||
+ | * [[Web design]] | ||
== Exterior Links == | == Exterior Links == | ||
* [https://en.wikipedia.org/wiki/Media_queries Media queries] @ Wikipedia | * [https://en.wikipedia.org/wiki/Media_queries Media queries] @ Wikipedia |
Revision as of 07:11, 31 August 2015
Media Queries is a CSS3 module allowing content rendering to adapt to conditions such as screen resolution (e.g. smartphone screen vs. computer screen).
Description
TO DO ...
Recommended standard
It became a W3C recommended standard in June 2012, and is a cornerstone technology of Responsive web design.
See also
Exterior Links
- Media queries @ Wikipedia