Skip to content

Instantly share code, notes, and snippets.

@szpakoli
Created September 24, 2013 18:15
Show Gist options
  • Save szpakoli/6688981 to your computer and use it in GitHub Desktop.
Save szpakoli/6688981 to your computer and use it in GitHub Desktop.
/* Small margins */
.mas { margin: 5px; }
.mts { margin-top: 5px; }
.mrs { margin-right: 5px; }
.mbs { margin-bottom: 5px; }
.mls { margin-left: 5px; }
/* Medium margins */
.mam { margin: 10px; }
.mtm { margin-top: 10px; }
.mrm { margin-right: 10px; }
.mbm { margin-bottom: 10px; }
.mlm { margin-left: 10px; }
/* Large margins */
.mal { margin: 20px; }
.mtl { margin-top: 20px; }
.mrl { margin-right: 20px; }
.mbl { margin-bottom: 20px; }
.mll { margin-left: 20px; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment