Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Media Queries

Media Queries are a way to target browsers by certain characteristics, features, and user preferences, then apply styles, or run other code based on those things. They are a key part of responsive web design, as they allow you to create different layouts depending on the size of the viewport, but they can also be used to detect other things about the environment your site is running on, for example whether the user is using a touchscreen rather than a mouse. Media queries are used for the following:

A media query is composed of an optional media type and any number of media feature expressions, which may optionally be combined in various ways using logical operators.

https://github.com/kopepasah/sass-media-query-stack

Sass mixin which builds media queries, from simple to complex.

media-queries media-query sass sass-mixins

Last synced: 26 Sep 2024

https://github.com/davealdon/advanced-tailwind

Advanced Tailwind Techniques for Interesting Use-Cases

media-queries nextjs react tailwind tailwind-css tailwindcss typescript

Last synced: 26 Oct 2024

https://github.com/zoobereq/tortoiseshell-optics

A project developed for a Codecademy Intensive "Build Websites from Scratch". It utilizes HTML5, CSS3 + Flexbox, and responsive design

codecademy codecademy-intensive css3 flexbox flexbox-css flexbox-grid html-css html5 media-queries responsive-design responsive-web-design

Last synced: 29 Oct 2024

Media Queries Awesome Lists
Media Queries Categories