Skip to content

Instantly share code, notes, and snippets.

View albas99's full-sized avatar
🎯
Focusing

Faisal Albasu albas99

🎯
Focusing
View GitHub Profile
@albas99
albas99 / css-units-best-practices.md
Created November 26, 2022 06:42 — forked from basham/css-units-best-practices.md
CSS Units Best Practices

CSS units

Recommendations of unit types per media type:

Media Recommended Occasional use Infrequent use Not recommended
Screen em, rem, % px ch, ex, vw, vh, vmin, vmax cm, mm, in, pt, pc
Print em, rem, % cm, mm, in, pt, pc ch, ex px, vw, vh, vmin, vmax

Relative units

Relative units

@albas99
albas99 / gist:72b2e3d2abba90da7d047576b47ae416
Created December 16, 2020 15:25 — forked from itsmattsoria/gistfil1.textile
Mac Terminal Cheat Sheet

SHORTCUTS

Key/Command Description
Tab Auto-complete files and folder names
Ctrl + A Go to the beginning of the line you are currently typing on
Ctrl + E Go to the end of the line you are currently typing on
Ctrl + U Clear the line before the cursor
Ctrl + K Clear the line after the cursor
Ctrl + W Delete the word before the cursor
Ctrl + T Swap the last two characters before the cursor