Responsive Web Desing
Intro
Responsive web design provides optimal viewing and interaction for viewers. Having a responsive site makes it easy to read and navigate a site with different viewing platforms from a large iMac to a small screened smartphones. Media queries enable the CSS to adapt to the different screen sizes. To get the display to adjust you must define the breakpoint where the CSS will change styles.
Example

Comments
Post a Comment