https://gist.github.com/needim/d15fdc2ac133d8078f7c

 

Device Specific CSS Media Queries Collection

Device Specific CSS Media Queries Collection. GitHub Gist: instantly share code, notes, and snippets.

gist.github.com

 

https://css-tricks.com/snippets/css/media-queries-for-standard-devices/

 

Media Queries for Standard Devices | CSS-Tricks

This page lists a ton of different devices and media queries that would specifically target that device. That's probably not generally a great practice, but it is helpful to know what the dimensions for all these devices are in a CSS context.

css-tricks.com

http://imagestory.net/?p=1645

 

여러기기의 중단점 – Media Queries for Standard Devices – Tarot's Design & Frontend Dev.

Media Queries for Standard Devices BY CHRIS COYIER LAST UPDATED ON JULY 23, 2016 Phones and Handhelds iPhones /* ———– iPhone 4 and 4S ———– */ /* Portrait and Landscape */ @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-

imagestory.net

https://www.mydevice.io/#compare-devices

 

mydevice.io : web devices capabilities

Mobile devices, in Responsive Web Design, relate to a core value which is the value of CSS width or ("device-width"), in CSS Device Independant Pixels, which depends both of the browser and user zoom settings. Choose your weapon :

www.mydevice.io

https://blog.outsider.ne.kr/1153

 

JavaScript에 미디어쿼리를 사용하는 matchMedia() :: Outsider's Dev Story

요즘은 모바일과 데스크톱용 사이트를 따로 만드는 대신 웹사이트를 반응형으로 만들어서 다양한 해상도에 대응하는 것이 자연스럽다고 생각한다. 웹사이트를 반응형으로 만들려면 [CSS 미디어쿼리](https://deve...

blog.outsider.ne.kr

https://yesviz.com/

 

Screen sizes, viewport size and CSS media queries for Devices | Viz Devices by YesViz.com

 

yesviz.com

 

반응형

+ Recent posts