Skip to content

Instantly share code, notes, and snippets.

@cristacheda
Created February 3, 2017 12:08
Show Gist options
  • Save cristacheda/835e4da2acd24a974a120d858c9efcee to your computer and use it in GitHub Desktop.
Save cristacheda/835e4da2acd24a974a120d858c9efcee to your computer and use it in GitHub Desktop.
.alignleft {
float: left;
margin-right: 20px;
}
.alignright {
float: right;
margin-left: 20px;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.light-font {
font-weight: 300;
}
.regular-font {
font-weight: 400;
}
.semi-font,
.bold,
b {
font-weight: 600;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment