Last updated:1/5/2016 10:53:14 PM
How to use responsive web design media queries in css
I want to use responsive web design media queries in css.please help me.
if you want to use media queries in css go to https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queries for more details.
© Copyright © 2010 - 2021 MindStick Software Pvt. Ltd. All Rights Reserved
Aditya Patel
Media queries are simple filters which can be applied to CSS styles. They make it easy to change styles based on the device rendering the content, including the display type, width, height, orientation and even resolution.
use to like below code: