Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.86 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.86 KB

CSS Media Queries Collection

Welcome to the most extensive collection of device-specific CSS media queries available on GitHub. This repository aims to assist frontend developers in creating responsive and optimized web designs that cater to a wide variety of devices, including but not limited to smartphones, tablets, laptops, and smartwatches.

If you're aiming to fine-tune your website for every model of iPhone or ensure your design looks perfect on the latest tablets, this collection has got you covered.

What's Inside?

  • Media queries for 236 different devices including mobiles, tablets, laptops, and smartwatches.
  • Includes queries for various screen sizes, resolutions, and orientations.
  • Organized and easy-to-navigate documentation.
  • Designed to be a comprehensive starting point for responsive web design.

How to Use

To incorporate these media queries into your project:

Way 1:

  1. Go to the media_queries.css file and copy-paste the CSS media query snippets you want inside your CSS file.

Way 2:

  1. Clone the repository or download the CSS file directly.
  2. Link to the CSS file in your HTML document, or copy the required media queries into your existing CSS file.
  3. Customize the styles within each media query block to suit your design needs.

Contribution

Your contributions are welcome! If you have suggestions for additional devices or improvements to existing queries, please open an issue or submit a pull request.

License

This project is released under the MIT License. Feel free to use it in both personal and commercial projects. I only ask that you give credit where it's due.

Credits

This project was initiated and maintained by BaranDev. Special thanks to all contributors to come.