Skip to content

Instantly share code, notes, and snippets.

@mircobabini
Last active August 29, 2015 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mircobabini/9938718 to your computer and use it in GitHub Desktop.
Save mircobabini/9938718 to your computer and use it in GitHub Desktop.
.top0{
margin-top: 0;
}
.top10{
margin-top: 10px;
}
.top20{
margin-top: 20px;
}
.top40{
margin-top: 40px;
}
.bottom0{
margin-bottom: 0;
}
.bottom10{
margin-bottom: 10px;
}
.bottom20{
margin-bottom: 20px;
}
.bottom40{
margin-bottom: 40px;
}
.vertical0{
margin-top: 0;
margin-bottom: 0;
}
.vertical10{
margin-top: 10px;
margin-bottom: 10px;
}
.vertical20{
margin-top: 20px;
margin-bottom: 20px;
}
.vertical40{
margin-top: 40px;
margin-bottom: 40px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment