Skip to content

Instantly share code, notes, and snippets.

@techwizzdom
Created August 18, 2021 07:42
Show Gist options
  • Save techwizzdom/03a89be8aafb83d1996e95a6e652d2ec to your computer and use it in GitHub Desktop.
Save techwizzdom/03a89be8aafb83d1996e95a6e652d2ec to your computer and use it in GitHub Desktop.
.your-class-name {
margin-top: 16px;
margin-right: 12px;
margin-bottom: 16px;
}
// shorthand
.your-class-name {
margin: 16px 12px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment