SlideShare a Scribd company logo
1 of 29
Download to read offline
Media Queries with CSS/Sass
January 2014 - Georgia Tech Drupal Users Group (GTDUG)

@media queries
Mobilizing CSS & Sass

Eric Scott Sembrat

email | website | twitter
Media Queries with CSS/Sass
January 2014 - Georgia Tech Drupal Users Group (GTDUG)

Game Plan
• Introduction

& Survey about Mobile Development

• What is @media?

• Using @media

• Scenario/Example

• Sass & @media (breakpoint)

Eric Scott Sembrat

email | website | twitter
Media Queries with CSS/Sass
January 2014 - Georgia Tech Drupal Users Group (GTDUG)

Introduction
Mobile theming experience check
Eric Scott Sembrat

email | website | twitter
Media Queries with CSS/Sass
January 2014 - Georgia Tech Drupal Users Group (GTDUG)

Audience Poll (1)
• Who

is currently developing mobile-friendly styling
in your theme(s)?

Eric Scott Sembrat

email | website | twitter
Media Queries with CSS/Sass
January 2014 - Georgia Tech Drupal Users Group (GTDUG)

Audience Poll (2)
• What

have you been using for mobile theming?

• Media Queries

• Theme-centric mobile designation

• Modules

• Other?

Eric Scott Sembrat

email | website | twitter
Media Queries with CSS/Sass
January 2014 - Georgia Tech Drupal Users Group (GTDUG)

Audience Poll (3)
• Why

Eric Scott Sembrat

might we need mobile styling?

email | website | twitter
Media Queries with CSS/Sass
January 2014 - Georgia Tech Drupal Users Group (GTDUG)

Sample Analytics

Eric Scott Sembrat

email | website | twitter
Media Queries with CSS/Sass
January 2014 - Georgia Tech Drupal Users Group (GTDUG)

Sample Analytics

Eric Scott Sembrat

email | website | twitter
Media Queries with CSS/Sass
January 2014 - Georgia Tech Drupal Users Group (GTDUG)

Sample Analytics

Eric Scott Sembrat

email | website | twitter
Media Queries with CSS/Sass
January 2014 - Georgia Tech Drupal Users Group (GTDUG)

@media
CSS coming to the rescue with mobile-friendly madness!
Eric Scott Sembrat

email | website | twitter
Media Queries with CSS/Sass
January 2014 - Georgia Tech Drupal Users Group (GTDUG)

What is @media?
• @media

Eric Scott Sembrat

designates CSS for a specific media (1)

email | website | twitter
Media Queries with CSS/Sass
January 2014 - Georgia Tech Drupal Users Group (GTDUG)

What is @media?

Eric Scott Sembrat

email | website | twitter
Media Queries with CSS/Sass
January 2014 - Georgia Tech Drupal Users Group (GTDUG)

What is @media?
• @media

designates CSS for a specific media (1)

• Also designates CSS for a screen size (2)

Eric Scott Sembrat

email | website | twitter
Media Queries with CSS/Sass
January 2014 - Georgia Tech Drupal Users Group (GTDUG)

What is @media?
• @media

designates CSS for a specific media (1)

• Also designates CSS for a screen size (2)

• Called media features (3)

Eric Scott Sembrat

email | website | twitter
Media Queries with CSS/Sass
January 2014 - Georgia Tech Drupal Users Group (GTDUG)

Adding Queries
Let’s see an example of this media query in action
Eric Scott Sembrat

email | website | twitter
Media Queries with CSS/Sass
January 2014 - Georgia Tech Drupal Users Group (GTDUG)

Usage
declarations are nested inside of a media
query.

• CSS

Eric Scott Sembrat

email | website | twitter
Media Queries with CSS/Sass
January 2014 - Georgia Tech Drupal Users Group (GTDUG)

Usage

Eric Scott Sembrat

email | website | twitter
Media Queries with CSS/Sass
January 2014 - Georgia Tech Drupal Users Group (GTDUG)

Example
@media only screen and (max-device-width: 480px) {!
!

body #main {
background-color: pink;
font-size: 28pt;
font-family: wingdings;
}
!

}

Eric Scott Sembrat

email | website | twitter
Media Queries with CSS/Sass
January 2014 - Georgia Tech Drupal Users Group (GTDUG)

Example
@media only screen and (max-device-width: 480px) {!
!

body #main {
background-color: pink;
font-size: 28pt;
font-family: wingdings;
}
!

}

Eric Scott Sembrat

email | website | twitter
Media Queries with CSS/Sass
January 2014 - Georgia Tech Drupal Users Group (GTDUG)

Example
@media only screen and (max-device-width: 480px) {!
!
Media
body #main { Type
background-color: pink;
font-size: 28pt;
font-family: wingdings;
}

!

}

Eric Scott Sembrat

email | website | twitter
Media Queries with CSS/Sass
January 2014 - Georgia Tech Drupal Users Group (GTDUG)

Example
@media only screen and (max-device-width: 480px) {!
!

body #main {
background-color: pink;
font-size: 28pt;
font-family: wingdings;
}
!

}

Eric Scott Sembrat

email | website | twitter
Media Queries with CSS/Sass
January 2014 - Georgia Tech Drupal Users Group (GTDUG)

Example
@media only screen and (max-device-width: 480px) {!
!

body #main {
background-color: pink;
font-size: 28pt;
font-family: wingdings;
}

Media Feature

!

}

Eric Scott Sembrat

email | website | twitter
Media Queries with CSS/Sass
January 2014 - Georgia Tech Drupal Users Group (GTDUG)

Sass & @media
Body Level One
Eric Scott Sembrat

email | website | twitter
Media Queries with CSS/Sass
January 2014 - Georgia Tech Drupal Users Group (GTDUG)

Behold, Sass
• Breakpoint

Eric Scott Sembrat

(1)

email | website | twitter
Media Queries with CSS/Sass
January 2014 - Georgia Tech Drupal Users Group (GTDUG)

Behold, Sass
• Breakpoint

Eric Scott Sembrat

(1)

email | website | twitter
Media Queries with CSS/Sass
January 2014 - Georgia Tech Drupal Users Group (GTDUG)

Behold, Sass
• Breakpoint

Eric Scott Sembrat

(1)

email | website | twitter
Media Queries with CSS/Sass
January 2014 - Georgia Tech Drupal Users Group (GTDUG)

Where might this help?
• Easily

adjustable and configurable media queries


queries embedded into your Sass CSS with
relative ease


• Media
• Can

be used in conjunction with Sass cornerstones 

• (variables, loops, conditionals, math
computations, etc).


!
• See

Kendall Totten’s presentation for a complicated
example of what Breakpoint can do.

Eric Scott Sembrat

email | website | twitter
Media Queries with CSS/Sass
January 2014 - Georgia Tech Drupal Users Group (GTDUG)

Questions?
Comments? Concerns?
Eric Scott Sembrat

email | website | twitter
Scope of CSS
• Scope

Eric Scott Sembrat

of CSS


email | website | twitter

More Related Content

Similar to Media Queries in CSS and Sass

Approaching web accessibility through web stands & ud
Approaching web accessibility through web stands & udApproaching web accessibility through web stands & ud
Approaching web accessibility through web stands & ud
Howard Kramer
 
Case Study: Digital Asset Management in Drupal
Case Study: Digital Asset Management in DrupalCase Study: Digital Asset Management in Drupal
Case Study: Digital Asset Management in Drupal
Eric Sembrat
 
JoomlaDay Brazil 2014 Joomla! Template With Bootstrap 3
JoomlaDay Brazil 2014   Joomla! Template With Bootstrap 3JoomlaDay Brazil 2014   Joomla! Template With Bootstrap 3
JoomlaDay Brazil 2014 Joomla! Template With Bootstrap 3
Saurabh Shah
 

Similar to Media Queries in CSS and Sass (20)

DrupalCamp Chattanooga (2013) - Sass at Georgia Tech
DrupalCamp Chattanooga (2013) - Sass at Georgia TechDrupalCamp Chattanooga (2013) - Sass at Georgia Tech
DrupalCamp Chattanooga (2013) - Sass at Georgia Tech
 
Approaching web accessibility through web stands & ud
Approaching web accessibility through web stands & udApproaching web accessibility through web stands & ud
Approaching web accessibility through web stands & ud
 
Open social & cmis oasistc-20100712
Open social & cmis   oasistc-20100712Open social & cmis   oasistc-20100712
Open social & cmis oasistc-20100712
 
Case Study: Digital Asset Management in Drupal
Case Study: Digital Asset Management in DrupalCase Study: Digital Asset Management in Drupal
Case Study: Digital Asset Management in Drupal
 
Sass - Getting Started with Sass!
Sass - Getting Started with Sass!Sass - Getting Started with Sass!
Sass - Getting Started with Sass!
 
Sass - Tutorial
Sass - TutorialSass - Tutorial
Sass - Tutorial
 
Enterprise search in 2013 (update)
Enterprise search in 2013 (update)Enterprise search in 2013 (update)
Enterprise search in 2013 (update)
 
Kickstarter Project: Streamer: A social media application for the Smartphone
Kickstarter Project: Streamer: A social media application for the SmartphoneKickstarter Project: Streamer: A social media application for the Smartphone
Kickstarter Project: Streamer: A social media application for the Smartphone
 
Pre Launch Hustle Marketing For Startups
Pre Launch Hustle Marketing For StartupsPre Launch Hustle Marketing For Startups
Pre Launch Hustle Marketing For Startups
 
Measuring Impact: Towards a data citation metric
Measuring Impact: Towards a data citation metricMeasuring Impact: Towards a data citation metric
Measuring Impact: Towards a data citation metric
 
20150211 seo in drupal presentation
20150211 seo in drupal presentation20150211 seo in drupal presentation
20150211 seo in drupal presentation
 
Drupal 7: Theming with the SASS Framework
Drupal 7: Theming with the SASS FrameworkDrupal 7: Theming with the SASS Framework
Drupal 7: Theming with the SASS Framework
 
Comcast Labs Connect - PHLAI Conference Philadelphia 2018
Comcast Labs Connect - PHLAI Conference Philadelphia 2018 Comcast Labs Connect - PHLAI Conference Philadelphia 2018
Comcast Labs Connect - PHLAI Conference Philadelphia 2018
 
Teams Day Online - Microsoft Teams Governance
Teams Day Online - Microsoft Teams GovernanceTeams Day Online - Microsoft Teams Governance
Teams Day Online - Microsoft Teams Governance
 
October 2014 - USG Rock Eagle - Drupal 101
October 2014 - USG Rock Eagle - Drupal 101October 2014 - USG Rock Eagle - Drupal 101
October 2014 - USG Rock Eagle - Drupal 101
 
Let's dig into the Omega Theme!
Let's dig into the Omega Theme!Let's dig into the Omega Theme!
Let's dig into the Omega Theme!
 
Building solutions with SPFx that work across SharePoint and Teams
Building solutions with SPFx that work across SharePoint and TeamsBuilding solutions with SPFx that work across SharePoint and Teams
Building solutions with SPFx that work across SharePoint and Teams
 
Microsoft Graph community call-November 2018
Microsoft Graph community call-November 2018Microsoft Graph community call-November 2018
Microsoft Graph community call-November 2018
 
JoomlaDay Brazil 2014 Joomla! Template With Bootstrap 3
JoomlaDay Brazil 2014   Joomla! Template With Bootstrap 3JoomlaDay Brazil 2014   Joomla! Template With Bootstrap 3
JoomlaDay Brazil 2014 Joomla! Template With Bootstrap 3
 
Chicago Office 365 User Group 2018 - Better Together SharePoint and OneDrive...
Chicago Office 365 User Group 2018 -  Better Together SharePoint and OneDrive...Chicago Office 365 User Group 2018 -  Better Together SharePoint and OneDrive...
Chicago Office 365 User Group 2018 - Better Together SharePoint and OneDrive...
 

More from Eric Sembrat

HighEdWeb 2017 - Unbundle Your Institution: Building a Web Ecosystem
HighEdWeb 2017 - Unbundle Your Institution: Building a Web EcosystemHighEdWeb 2017 - Unbundle Your Institution: Building a Web Ecosystem
HighEdWeb 2017 - Unbundle Your Institution: Building a Web Ecosystem
Eric Sembrat
 
October 2016 - edUi - Save Us, Self Service!
October 2016 - edUi - Save Us, Self Service!October 2016 - edUi - Save Us, Self Service!
October 2016 - edUi - Save Us, Self Service!
Eric Sembrat
 

More from Eric Sembrat (20)

WPCampus 2019 - Website Renewal Services
WPCampus 2019 - Website Renewal ServicesWPCampus 2019 - Website Renewal Services
WPCampus 2019 - Website Renewal Services
 
September 2018 - Georgia Tech - Science Communications Workshop - Building We...
September 2018 - Georgia Tech - Science Communications Workshop - Building We...September 2018 - Georgia Tech - Science Communications Workshop - Building We...
September 2018 - Georgia Tech - Science Communications Workshop - Building We...
 
USG Web Tech Day 2018 - Microsoft Teams, Collaboration, & You
USG Web Tech Day 2018 - Microsoft Teams, Collaboration, & YouUSG Web Tech Day 2018 - Microsoft Teams, Collaboration, & You
USG Web Tech Day 2018 - Microsoft Teams, Collaboration, & You
 
USG Web Tech Day 2017 - CMS Tunnel Vision
USG Web Tech Day 2017 - CMS Tunnel VisionUSG Web Tech Day 2017 - CMS Tunnel Vision
USG Web Tech Day 2017 - CMS Tunnel Vision
 
USG Rock Eagle 2017 - PWP at 1000 Days
USG Rock Eagle 2017 - PWP at 1000 DaysUSG Rock Eagle 2017 - PWP at 1000 Days
USG Rock Eagle 2017 - PWP at 1000 Days
 
HighEdWeb 2017 - Unbundle Your Institution: Building a Web Ecosystem
HighEdWeb 2017 - Unbundle Your Institution: Building a Web EcosystemHighEdWeb 2017 - Unbundle Your Institution: Building a Web Ecosystem
HighEdWeb 2017 - Unbundle Your Institution: Building a Web Ecosystem
 
January 2017 - WPCampus Online - Learning from Drupal: Implementing WordPress...
January 2017 - WPCampus Online - Learning from Drupal: Implementing WordPress...January 2017 - WPCampus Online - Learning from Drupal: Implementing WordPress...
January 2017 - WPCampus Online - Learning from Drupal: Implementing WordPress...
 
November 2016 - ECN - You're Speaking Drupalese to Me
November 2016 - ECN - You're Speaking Drupalese to MeNovember 2016 - ECN - You're Speaking Drupalese to Me
November 2016 - ECN - You're Speaking Drupalese to Me
 
November 2016 - Georgia Tech - Building a Research Website
November 2016 - Georgia Tech - Building a Research WebsiteNovember 2016 - Georgia Tech - Building a Research Website
November 2016 - Georgia Tech - Building a Research Website
 
October 2016 - USG Rock Eagle - Everything You Need to Know to Plan Your Drup...
October 2016 - USG Rock Eagle - Everything You Need to Know to Plan Your Drup...October 2016 - USG Rock Eagle - Everything You Need to Know to Plan Your Drup...
October 2016 - USG Rock Eagle - Everything You Need to Know to Plan Your Drup...
 
October 2016 - edUi - Save Us, Self Service!
October 2016 - edUi - Save Us, Self Service!October 2016 - edUi - Save Us, Self Service!
October 2016 - edUi - Save Us, Self Service!
 
April 2016 - MiniCamp Atlanta - SMACSS - Preparing Drupal 8 CSS Organization
April 2016 - MiniCamp Atlanta - SMACSS - Preparing Drupal 8 CSS OrganizationApril 2016 - MiniCamp Atlanta - SMACSS - Preparing Drupal 8 CSS Organization
April 2016 - MiniCamp Atlanta - SMACSS - Preparing Drupal 8 CSS Organization
 
August 2016 - DrupalCorn - The Paragraphs Cake - Structured & Layered Content...
August 2016 - DrupalCorn - The Paragraphs Cake - Structured & Layered Content...August 2016 - DrupalCorn - The Paragraphs Cake - Structured & Layered Content...
August 2016 - DrupalCorn - The Paragraphs Cake - Structured & Layered Content...
 
April 2016 - Atlanta WordPress Users Group - Child Themes
April 2016 - Atlanta WordPress Users Group - Child ThemesApril 2016 - Atlanta WordPress Users Group - Child Themes
April 2016 - Atlanta WordPress Users Group - Child Themes
 
April 2016 - USG Web Tech Day - Let's Talk Drupal
April 2016 - USG Web Tech Day - Let's Talk DrupalApril 2016 - USG Web Tech Day - Let's Talk Drupal
April 2016 - USG Web Tech Day - Let's Talk Drupal
 
October 2015 - USG Rock Eagle - USGweb
October 2015 - USG Rock Eagle - USGwebOctober 2015 - USG Rock Eagle - USGweb
October 2015 - USG Rock Eagle - USGweb
 
October 2015 - USG Rock Eagle - Drupal 8
October 2015 - USG Rock Eagle - Drupal 8October 2015 - USG Rock Eagle - Drupal 8
October 2015 - USG Rock Eagle - Drupal 8
 
USG Rock Eagle - October 2015 - PWP at Georgia Tech
USG Rock Eagle - October 2015 - PWP at Georgia TechUSG Rock Eagle - October 2015 - PWP at Georgia Tech
USG Rock Eagle - October 2015 - PWP at Georgia Tech
 
Atlanta Drupal Users Group - October 2015 - Success of the GT Redesign
Atlanta Drupal Users Group - October 2015 - Success of the GT RedesignAtlanta Drupal Users Group - October 2015 - Success of the GT Redesign
Atlanta Drupal Users Group - October 2015 - Success of the GT Redesign
 
August 2015 - Web Governance - PWP Introduction
August 2015 - Web Governance - PWP IntroductionAugust 2015 - Web Governance - PWP Introduction
August 2015 - Web Governance - PWP Introduction
 

Recently uploaded

Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
AnaAcapella
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 

Recently uploaded (20)

Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 

Media Queries in CSS and Sass

  • 1. Media Queries with CSS/Sass January 2014 - Georgia Tech Drupal Users Group (GTDUG) @media queries Mobilizing CSS & Sass Eric Scott Sembrat email | website | twitter
  • 2. Media Queries with CSS/Sass January 2014 - Georgia Tech Drupal Users Group (GTDUG) Game Plan • Introduction & Survey about Mobile Development • What is @media? • Using @media • Scenario/Example • Sass & @media (breakpoint) Eric Scott Sembrat email | website | twitter
  • 3. Media Queries with CSS/Sass January 2014 - Georgia Tech Drupal Users Group (GTDUG) Introduction Mobile theming experience check Eric Scott Sembrat email | website | twitter
  • 4. Media Queries with CSS/Sass January 2014 - Georgia Tech Drupal Users Group (GTDUG) Audience Poll (1) • Who is currently developing mobile-friendly styling in your theme(s)? Eric Scott Sembrat email | website | twitter
  • 5. Media Queries with CSS/Sass January 2014 - Georgia Tech Drupal Users Group (GTDUG) Audience Poll (2) • What have you been using for mobile theming? • Media Queries • Theme-centric mobile designation • Modules • Other? Eric Scott Sembrat email | website | twitter
  • 6. Media Queries with CSS/Sass January 2014 - Georgia Tech Drupal Users Group (GTDUG) Audience Poll (3) • Why Eric Scott Sembrat might we need mobile styling? email | website | twitter
  • 7. Media Queries with CSS/Sass January 2014 - Georgia Tech Drupal Users Group (GTDUG) Sample Analytics Eric Scott Sembrat email | website | twitter
  • 8. Media Queries with CSS/Sass January 2014 - Georgia Tech Drupal Users Group (GTDUG) Sample Analytics Eric Scott Sembrat email | website | twitter
  • 9. Media Queries with CSS/Sass January 2014 - Georgia Tech Drupal Users Group (GTDUG) Sample Analytics Eric Scott Sembrat email | website | twitter
  • 10. Media Queries with CSS/Sass January 2014 - Georgia Tech Drupal Users Group (GTDUG) @media CSS coming to the rescue with mobile-friendly madness! Eric Scott Sembrat email | website | twitter
  • 11. Media Queries with CSS/Sass January 2014 - Georgia Tech Drupal Users Group (GTDUG) What is @media? • @media Eric Scott Sembrat designates CSS for a specific media (1) email | website | twitter
  • 12. Media Queries with CSS/Sass January 2014 - Georgia Tech Drupal Users Group (GTDUG) What is @media? Eric Scott Sembrat email | website | twitter
  • 13. Media Queries with CSS/Sass January 2014 - Georgia Tech Drupal Users Group (GTDUG) What is @media? • @media designates CSS for a specific media (1) • Also designates CSS for a screen size (2) Eric Scott Sembrat email | website | twitter
  • 14. Media Queries with CSS/Sass January 2014 - Georgia Tech Drupal Users Group (GTDUG) What is @media? • @media designates CSS for a specific media (1) • Also designates CSS for a screen size (2) • Called media features (3) Eric Scott Sembrat email | website | twitter
  • 15. Media Queries with CSS/Sass January 2014 - Georgia Tech Drupal Users Group (GTDUG) Adding Queries Let’s see an example of this media query in action Eric Scott Sembrat email | website | twitter
  • 16. Media Queries with CSS/Sass January 2014 - Georgia Tech Drupal Users Group (GTDUG) Usage declarations are nested inside of a media query. • CSS Eric Scott Sembrat email | website | twitter
  • 17. Media Queries with CSS/Sass January 2014 - Georgia Tech Drupal Users Group (GTDUG) Usage Eric Scott Sembrat email | website | twitter
  • 18. Media Queries with CSS/Sass January 2014 - Georgia Tech Drupal Users Group (GTDUG) Example @media only screen and (max-device-width: 480px) {! ! body #main { background-color: pink; font-size: 28pt; font-family: wingdings; } ! } Eric Scott Sembrat email | website | twitter
  • 19. Media Queries with CSS/Sass January 2014 - Georgia Tech Drupal Users Group (GTDUG) Example @media only screen and (max-device-width: 480px) {! ! body #main { background-color: pink; font-size: 28pt; font-family: wingdings; } ! } Eric Scott Sembrat email | website | twitter
  • 20. Media Queries with CSS/Sass January 2014 - Georgia Tech Drupal Users Group (GTDUG) Example @media only screen and (max-device-width: 480px) {! ! Media body #main { Type background-color: pink; font-size: 28pt; font-family: wingdings; } ! } Eric Scott Sembrat email | website | twitter
  • 21. Media Queries with CSS/Sass January 2014 - Georgia Tech Drupal Users Group (GTDUG) Example @media only screen and (max-device-width: 480px) {! ! body #main { background-color: pink; font-size: 28pt; font-family: wingdings; } ! } Eric Scott Sembrat email | website | twitter
  • 22. Media Queries with CSS/Sass January 2014 - Georgia Tech Drupal Users Group (GTDUG) Example @media only screen and (max-device-width: 480px) {! ! body #main { background-color: pink; font-size: 28pt; font-family: wingdings; } Media Feature ! } Eric Scott Sembrat email | website | twitter
  • 23. Media Queries with CSS/Sass January 2014 - Georgia Tech Drupal Users Group (GTDUG) Sass & @media Body Level One Eric Scott Sembrat email | website | twitter
  • 24. Media Queries with CSS/Sass January 2014 - Georgia Tech Drupal Users Group (GTDUG) Behold, Sass • Breakpoint Eric Scott Sembrat (1) email | website | twitter
  • 25. Media Queries with CSS/Sass January 2014 - Georgia Tech Drupal Users Group (GTDUG) Behold, Sass • Breakpoint Eric Scott Sembrat (1) email | website | twitter
  • 26. Media Queries with CSS/Sass January 2014 - Georgia Tech Drupal Users Group (GTDUG) Behold, Sass • Breakpoint Eric Scott Sembrat (1) email | website | twitter
  • 27. Media Queries with CSS/Sass January 2014 - Georgia Tech Drupal Users Group (GTDUG) Where might this help? • Easily adjustable and configurable media queries queries embedded into your Sass CSS with relative ease • Media • Can be used in conjunction with Sass cornerstones • (variables, loops, conditionals, math computations, etc). ! • See Kendall Totten’s presentation for a complicated example of what Breakpoint can do. Eric Scott Sembrat email | website | twitter
  • 28. Media Queries with CSS/Sass January 2014 - Georgia Tech Drupal Users Group (GTDUG) Questions? Comments? Concerns? Eric Scott Sembrat email | website | twitter
  • 29. Scope of CSS • Scope Eric Scott Sembrat of CSS email | website | twitter