Responsive Web Design - Media Queries
Media query is a CSS technique introduced in CSS3. It uses the @media rule to include a block of CSS properties only if a certain condition is true. Syntax : @media media-type (media-feature){ /*Styles go here*/ } The @media is a type of At-rule i...
Aug 20, 20223 min read11
