Ankit Singh
Total Post:341
Points:2389
I want to use responsive web design media queries in css.please help me.
Total Post:341
Points:2389Post:341
Points:2389if 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 - 2018 MindStick Software Pvt. Ltd. All Rights Reserved
Post:254
Points:1810Re: How to use responsive web design media queries in css
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: