Responsive media queries
This Responsive media queries can be used for responsive as it adjust according to total screen resolution.
@media screen and (max-width: 980px) {...}
@media screen and (max-width: 650px) {...}
@media screen and (max-width: 480px) {...}
@media screen and (max-width: 560px) {...}
@media screen and (max-width: 980px) {...}
@media screen and (max-width: 650px) {...}
@media screen and (max-width: 480px) {...}
@media screen and (max-width: 560px) {...}
Comments
Post a Comment