Powered By Blogger

Friday, September 27, 2013

how to write media screen or responsive style

media screen for adjust the style instead of display width

below meta tag use find display width:

<meta name="viewport" content="width=device-width, initial-scale=1.0" />

and below line use in css file :

@media screen  and (max-width: 1620px) and (min-width: 1370px) {

No comments:

Post a Comment