Skip to content

Instantly share code, notes, and snippets.

View RazanAl-Quran's full-sized avatar

Razan Al-Quran RazanAl-Quran

  • Luminus Education
  • Amman, Jordan
View GitHub Profile
@RazanAl-Quran
RazanAl-Quran / media-query.css
Created December 13, 2019 09:34 — forked from johncokos/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
//CSS
# Terminal Cheat Sheet
pwd # print working directory
ls # list files in directory
cd # change directory
~ # home directory
.. # up one directory
- # previous working directory
help # get help
-h # get help