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...
swadhina.hashnode.dev3 min read
No responses yet.