Skip to content

Instantly share code, notes, and snippets.

View cregmi's full-sized avatar

Chandan Regmi cregmi

  • University of Turku
  • Finland
View GitHub Profile
@cregmi
cregmi / media-queries.css
Created May 19, 2018 19:34 — forked from pedronauck/media-queries.css
Media queries examples
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */
}
/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
@cregmi
cregmi / README.md
Last active June 13, 2018 19:08 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet