podcast Archives ⋆ Schaffen Creative

Eps 15: Media Queries – Talking HTML


Listen Later

Window Resizer Chrome Extension –  After installing it shows up in the upper right hand corner of your Chrome window at the end of the address bar. It allows you to see the “Viewport Size” and “Window Size” of the current browser window in pixels.

 

This code goes into the HTML

 

This code goes into the CSS

@media screen and (min-width: 768px) and (max-width: 1024px) {

Write CSS code as normal

}

@media screen and (max-width: 450px) {

Write CSS code as normal

}

* { /*zero-out the default margin and padding on all elements*/

margin: 0;
padding: 0;
}



 

If you enjoy listening please share with your friends.

Please go to iTunes and Stitcher to rate the show! Ratings get listeners!!

If you leave a good comment it could end up on the front page of the site.

http://www.Webdevpod.com for all the content and links

@TNPWDesign

@tommnorman

DreamHost promo code – tnpw

The post Eps 15: Media Queries – Talking HTML appeared first on Schaffen Creative.

...more
View all episodesView all episodes
Download on the App Store

podcast Archives ⋆ Schaffen CreativeBy Tom Norman