Created
August 18, 2021 07:42
-
-
Save techwizzdom/03a89be8aafb83d1996e95a6e652d2ec to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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