Skip to content

Instantly share code, notes, and snippets.

@lelandsmith
Created September 6, 2016 20:51
Show Gist options
  • Save lelandsmith/2b9985af4640724645bd4a86fb035db1 to your computer and use it in GitHub Desktop.
Save lelandsmith/2b9985af4640724645bd4a86fb035db1 to your computer and use it in GitHub Desktop.
Margin Classes
.mb20 {margin-bottom: 20px;}
.mb50 {margin-bottom: 50px;}
.mb100 {margin-bottom: 75px;}
.mb100 {margin-bottom: 100px;}
.mt20 {margin-top: 20px;}
.mt50 {margin-top: 50px;}
.mt100 {margin-top: 75px;}
.mt100 {margin-top: 100px;}
.ml20 {margin-left: 20px;}
.ml50 {margin-left: 50px;}
.ml100 {margin-left: 75px;}
.ml100 {margin-left: 100px;}
.mr20 {margin-right: 20px;}
.mr50 {margin-right: 50px;}
.mr100 {margin-right: 75px;}
.mr100 {margin-right: 100px;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment