SlideShare a Scribd company logo
1 of 14
Media Queries
Presented by,
Midhun . L. Madhu
What are Media Queries?
• Allows us to change our layouts to suit the exact need of different devices
without changing the content.
• It is applied with the help of CSS3.
• Media queries are CSS extensions to media types that give us more control
over rendering across different devices.
• Media query is a logical expression which is either true or false.
• CSS associated with media query is only applied if the expression is true.
What are Media Types?
• CSS can be used to specify how a document is presented in different media
• There are ten media types defined in CSS
–

all : suitable for all devices.

–

handheld : for handheld devices.

–

screen : for color computer screens.

–

tv : for television type devices.

–

aural : for speech synthesizer.

–

braille : for braille tactile feed back devices.

–

embossed : for paged braille printers.

–

projection : for projected presentations .

–

tty : for teletypes and terminals.

–

print : for print material.
Methods to specify Media for CSS
• First method:
– You can use a <link> element in the head of your HTML document to
specify the target media of an external style sheet.
Example:
<link rel=“stylesheet” href=“a.css” type=“type/css” media=“screen”/>

• Second method:
– You can use a <?xml-stylesheetl?> element in the head of your XML
document to specify the target media of an external style sheet.
Example:
<?xml-stylesheet media=“screen” rel=“stylesheet” href=“example.css”?>
Methods to specify Media for CSS
• Third method:
– You can specify the target medium within a CSS file using @media
Example:
@media screen
{
body{color:blue;}
}
Media Query Syntax
<style>
@media screen and (color)
{
body{color:blue;}
}
</style>
Media type

keyword

Media feature
Media Feature List
Types Of Keywords
• and:
– You can use multiple expressions in a media query if you join them
with “and “ keyword.
E.g.:
<style>
@media screen and (minwidth:200px) and (max-width:600px)
{
body{color:blue;}
}
</style>
Types Of Keywords
• Comma Separated:
– You can use multiple, comma-separated media queries.
– This comma act like an “or” keyword.
E.g.:
<style>
@media screen and (minwidth:200px) or (max-width:600px)
{
body{color:blue;}
}
</style>
Types Of Keywords
• not:
– You can use the not keyword in a media query if you want your CSS to
be ignored by a specific device.
E.g.:
<style>
@media not screen and (minwidth:200px)
{
body{color:blue;}
}
</style>
Types Of Keywords
• only:
– You can use the only keyword in a media query if you want your CSS to
be applied only to a specific device.
E.g.:
<style>
@media only screen and (minwidth:200px)
{
body{color:blue;}
}
</style>
Targeting iPhone
• iPhone does not support hand held media type.
• Apple recommends targeting the iPhone using media queries.
E.g.:
<style type=“text/css”>
@media screen and (max-width:480px)
{
body{color:magenta;}
}
</style>
Browser Support for Media Queries
QUERIES??

More Related Content

What's hot

What's hot (20)

Css types internal, external and inline (1)
Css types internal, external and inline (1)Css types internal, external and inline (1)
Css types internal, external and inline (1)
 
Introduction to flexbox
Introduction  to  flexboxIntroduction  to  flexbox
Introduction to flexbox
 
Cascading Style Sheets (CSS) help
Cascading Style Sheets (CSS) helpCascading Style Sheets (CSS) help
Cascading Style Sheets (CSS) help
 
Css3
Css3Css3
Css3
 
CSS
CSSCSS
CSS
 
HTML
HTMLHTML
HTML
 
Intro to HTML and CSS basics
Intro to HTML and CSS basicsIntro to HTML and CSS basics
Intro to HTML and CSS basics
 
CSS Flexbox (flexible box layout)
CSS Flexbox (flexible box layout)CSS Flexbox (flexible box layout)
CSS Flexbox (flexible box layout)
 
Introduction to HTML and CSS
Introduction to HTML and CSSIntroduction to HTML and CSS
Introduction to HTML and CSS
 
Css backgrounds
Css   backgroundsCss   backgrounds
Css backgrounds
 
Beginners css tutorial for web designers
Beginners css tutorial for web designersBeginners css tutorial for web designers
Beginners css tutorial for web designers
 
Flexbox
FlexboxFlexbox
Flexbox
 
CSS Best practice
CSS Best practiceCSS Best practice
CSS Best practice
 
CSS3 Media Queries
CSS3 Media QueriesCSS3 Media Queries
CSS3 Media Queries
 
Bootstrap 3
Bootstrap 3Bootstrap 3
Bootstrap 3
 
CSS Basics
CSS BasicsCSS Basics
CSS Basics
 
CSS Introduction
CSS IntroductionCSS Introduction
CSS Introduction
 
An introduction to bootstrap
An introduction to bootstrapAn introduction to bootstrap
An introduction to bootstrap
 
1 03 - CSS Introduction
1 03 - CSS Introduction1 03 - CSS Introduction
1 03 - CSS Introduction
 
Html coding
Html codingHtml coding
Html coding
 

Viewers also liked

S4 tarea4 caheg
S4 tarea4 cahegS4 tarea4 caheg
S4 tarea4 cahegLUPITA_66
 
Actividad3 infopedagogía-reyes-marcelo
Actividad3 infopedagogía-reyes-marceloActividad3 infopedagogía-reyes-marcelo
Actividad3 infopedagogía-reyes-marceloSci Chaco
 
грицько бойко геніальний український письменник
грицько бойко геніальний український письменникгрицько бойко геніальний український письменник
грицько бойко геніальний український письменникtruvativ
 
astocha ppt 1. pengantar konsep integral
astocha ppt 1. pengantar konsep integralastocha ppt 1. pengantar konsep integral
astocha ppt 1. pengantar konsep integralSMKN 2 Kediri
 
CINEC represent Sri Lanka in IORA project in Australia revised
CINEC represent Sri Lanka in IORA project in Australia revised CINEC represent Sri Lanka in IORA project in Australia revised
CINEC represent Sri Lanka in IORA project in Australia revised CINEC Campus
 
AUTOMATED MODEL FOR IMPLEMENTATION OF UNIFIED CRITERIA FOR FLOOD RISK CLASSIF...
AUTOMATED MODEL FOR IMPLEMENTATION OF UNIFIED CRITERIA FOR FLOOD RISK CLASSIF...AUTOMATED MODEL FOR IMPLEMENTATION OF UNIFIED CRITERIA FOR FLOOD RISK CLASSIF...
AUTOMATED MODEL FOR IMPLEMENTATION OF UNIFIED CRITERIA FOR FLOOD RISK CLASSIF...Lyubomir Filipov
 
Some samr modell
Some samr modellSome samr modell
Some samr modellhkerm
 
обогреваемое стекло Print
обогреваемое стекло Printобогреваемое стекло Print
обогреваемое стекло Printpic-g
 
итд
итдитд
итдpic-g
 

Viewers also liked (11)

S4 tarea4 caheg
S4 tarea4 cahegS4 tarea4 caheg
S4 tarea4 caheg
 
TREB Housing Market Charts - November 2015
TREB Housing Market Charts - November 2015TREB Housing Market Charts - November 2015
TREB Housing Market Charts - November 2015
 
Actividad3 infopedagogía-reyes-marcelo
Actividad3 infopedagogía-reyes-marceloActividad3 infopedagogía-reyes-marcelo
Actividad3 infopedagogía-reyes-marcelo
 
грицько бойко геніальний український письменник
грицько бойко геніальний український письменникгрицько бойко геніальний український письменник
грицько бойко геніальний український письменник
 
astocha ppt 1. pengantar konsep integral
astocha ppt 1. pengantar konsep integralastocha ppt 1. pengantar konsep integral
astocha ppt 1. pengantar konsep integral
 
CINEC represent Sri Lanka in IORA project in Australia revised
CINEC represent Sri Lanka in IORA project in Australia revised CINEC represent Sri Lanka in IORA project in Australia revised
CINEC represent Sri Lanka in IORA project in Australia revised
 
AUTOMATED MODEL FOR IMPLEMENTATION OF UNIFIED CRITERIA FOR FLOOD RISK CLASSIF...
AUTOMATED MODEL FOR IMPLEMENTATION OF UNIFIED CRITERIA FOR FLOOD RISK CLASSIF...AUTOMATED MODEL FOR IMPLEMENTATION OF UNIFIED CRITERIA FOR FLOOD RISK CLASSIF...
AUTOMATED MODEL FOR IMPLEMENTATION OF UNIFIED CRITERIA FOR FLOOD RISK CLASSIF...
 
Org (1)
Org (1)Org (1)
Org (1)
 
Some samr modell
Some samr modellSome samr modell
Some samr modell
 
обогреваемое стекло Print
обогреваемое стекло Printобогреваемое стекло Print
обогреваемое стекло Print
 
итд
итдитд
итд
 

Similar to Mediaqueries

Similar to Mediaqueries (20)

Web Programming
Web ProgrammingWeb Programming
Web Programming
 
CSS media types
CSS media typesCSS media types
CSS media types
 
Print CSS
Print CSSPrint CSS
Print CSS
 
Css
CssCss
Css
 
CSS3 Media Queries And Creating Adaptive Layouts
CSS3 Media Queries And Creating Adaptive LayoutsCSS3 Media Queries And Creating Adaptive Layouts
CSS3 Media Queries And Creating Adaptive Layouts
 
Chapter 17: Responsive Web Design
Chapter 17: Responsive Web DesignChapter 17: Responsive Web Design
Chapter 17: Responsive Web Design
 
Webpage style with CSS
Webpage style with CSSWebpage style with CSS
Webpage style with CSS
 
HTML5, CSS3 & Responsive Design
HTML5, CSS3 & Responsive DesignHTML5, CSS3 & Responsive Design
HTML5, CSS3 & Responsive Design
 
Cordova training - Day 2 Introduction to CSS 3
Cordova training - Day 2 Introduction to CSS 3Cordova training - Day 2 Introduction to CSS 3
Cordova training - Day 2 Introduction to CSS 3
 
Responsive Web Design & APEX Theme 25
Responsive Web Design & APEX Theme 25Responsive Web Design & APEX Theme 25
Responsive Web Design & APEX Theme 25
 
Introduction to Responsive Web Design
Introduction to Responsive Web DesignIntroduction to Responsive Web Design
Introduction to Responsive Web Design
 
Styles.docx
Styles.docxStyles.docx
Styles.docx
 
Styles.docx
Styles.docxStyles.docx
Styles.docx
 
Styles.docx
Styles.docxStyles.docx
Styles.docx
 
Styles1.docx
Styles1.docxStyles1.docx
Styles1.docx
 
Pfnp slides
Pfnp slidesPfnp slides
Pfnp slides
 
css-tutorial
css-tutorialcss-tutorial
css-tutorial
 
css-tutorial
css-tutorialcss-tutorial
css-tutorial
 
CSS-3 Course Slide
CSS-3 Course SlideCSS-3 Course Slide
CSS-3 Course Slide
 
Css training tutorial css3 &amp; css4 essentials
Css training tutorial css3 &amp; css4 essentialsCss training tutorial css3 &amp; css4 essentials
Css training tutorial css3 &amp; css4 essentials
 

Recently uploaded

Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 

Recently uploaded (20)

Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 

Mediaqueries

  • 2. What are Media Queries? • Allows us to change our layouts to suit the exact need of different devices without changing the content. • It is applied with the help of CSS3. • Media queries are CSS extensions to media types that give us more control over rendering across different devices. • Media query is a logical expression which is either true or false. • CSS associated with media query is only applied if the expression is true.
  • 3. What are Media Types? • CSS can be used to specify how a document is presented in different media • There are ten media types defined in CSS – all : suitable for all devices. – handheld : for handheld devices. – screen : for color computer screens. – tv : for television type devices. – aural : for speech synthesizer. – braille : for braille tactile feed back devices. – embossed : for paged braille printers. – projection : for projected presentations . – tty : for teletypes and terminals. – print : for print material.
  • 4. Methods to specify Media for CSS • First method: – You can use a <link> element in the head of your HTML document to specify the target media of an external style sheet. Example: <link rel=“stylesheet” href=“a.css” type=“type/css” media=“screen”/> • Second method: – You can use a <?xml-stylesheetl?> element in the head of your XML document to specify the target media of an external style sheet. Example: <?xml-stylesheet media=“screen” rel=“stylesheet” href=“example.css”?>
  • 5. Methods to specify Media for CSS • Third method: – You can specify the target medium within a CSS file using @media Example: @media screen { body{color:blue;} }
  • 6. Media Query Syntax <style> @media screen and (color) { body{color:blue;} } </style> Media type keyword Media feature
  • 8. Types Of Keywords • and: – You can use multiple expressions in a media query if you join them with “and “ keyword. E.g.: <style> @media screen and (minwidth:200px) and (max-width:600px) { body{color:blue;} } </style>
  • 9. Types Of Keywords • Comma Separated: – You can use multiple, comma-separated media queries. – This comma act like an “or” keyword. E.g.: <style> @media screen and (minwidth:200px) or (max-width:600px) { body{color:blue;} } </style>
  • 10. Types Of Keywords • not: – You can use the not keyword in a media query if you want your CSS to be ignored by a specific device. E.g.: <style> @media not screen and (minwidth:200px) { body{color:blue;} } </style>
  • 11. Types Of Keywords • only: – You can use the only keyword in a media query if you want your CSS to be applied only to a specific device. E.g.: <style> @media only screen and (minwidth:200px) { body{color:blue;} } </style>
  • 12. Targeting iPhone • iPhone does not support hand held media type. • Apple recommends targeting the iPhone using media queries. E.g.: <style type=“text/css”> @media screen and (max-width:480px) { body{color:magenta;} } </style>
  • 13. Browser Support for Media Queries