Skip to content

Instantly share code, notes, and snippets.

View ALPOFF's full-sized avatar
💭
Middle out!

Aleksei Panteleev ALPOFF

💭
Middle out!
View GitHub Profile
@ALPOFF
ALPOFF / cloudSettings
Created September 15, 2021 12:06 — forked from r3dz0r/cloudSettings
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-01-23T09:27:08.739Z","extensionVersion":"v3.2.4"}
@ALPOFF
ALPOFF / gist:49d59a9918da29c8bd0a5c8240904168
Created July 13, 2019 20:28 — forked from Mikodes/gist:be9b9ce42e46c3d4ccb6
All Media queries for resolutions
/* (320x480) iPhone (Original, 3G, 3GS) */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
/* insert styles here */
}
/* (320x480) Smartphone, Portrait */
@media only screen and (device-width: 320px) and (orientation: portrait) {
/* insert styles here */
}