Skip to content

Instantly share code, notes, and snippets.

View Proletter's full-sized avatar
🏠
Working from home

Oluwaseun Ismaila Proletter

🏠
Working from home
View GitHub Profile
@Proletter
Proletter / myscript.sh
Created May 9, 2022 16:56 — forked from bradtraversy/myscript.sh
Basic Shell Scripting
#! /bin/bash
# ECHO COMMAND
# echo Hello World!
# VARIABLES
# Uppercase by convention
# Letters, numbers, underscores
NAME="Bob"
# echo "My name is $NAME"
@Proletter
Proletter / Full Stack JavaScript.md
Created August 18, 2020 22:23 — forked from m0n01d/Full Stack JavaScript.md
Learn Full Stack JavaScript Web Development for FREE using resources like YouTube, Udacity and NodeSchool

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