Advanced CSS Media Queries

Go to class
Write Review

Free Online Course: Advanced CSS Media Queries provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Advanced CSS Media Queries is taught by Jen Kramer.

Overview
  • Learn how to use media queries to test for interaction styles, determine how devices are held, figure out screen resolution, and combine these options to build sites and apps.

Syllabus
  • Introduction

    • Media queries aren't just screen size queries!
    • Working with CodePen
    1. Understanding Media Features
    • Understanding media in media queries
    • Changing media in media queries
    • Including width in media queries
    • Including height in media queries
    • Including aspect ratio in media queries
    • Testing for monochrome devices
    • Testing for screen orientation
    • Testing for screen resolution
    • Testing for hover and pointer
    2. Complex Media Queries
    • Testing for conditions with and
    • Testing for conditions with not
    • Testing for comma-separated conditions (or)
    • Targeting specific devices using complex media queries
    • Working with only
    • Challenge
    • Solution
    Conclusion
    • Next steps