Created
March 16, 2017 17:20
-
-
Save Adesubomi/06b4d34cc19c24bbdcb36bdd9a517e6f to your computer and use it in GitHub Desktop.
margins and padding
This file contains hidden or 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
.m-t-1 { margin-top: 10px; } | |
.m-t-2 { margin-top: 20px; } | |
.m-t-3 { margin-top: 30px; } | |
.m-t-4 { margin-top: 40px; } | |
.m-t-5 { margin-top: 50px; } | |
.m-b-1 { margin-bottom: 10px; } | |
.m-b-2 { margin-bottom: 20px; } | |
.m-b-3 { margin-bottom: 30px; } | |
.m-b-4 { margin-bottom: 40px; } | |
.m-b-5 { margin-bottom: 50px; } | |
.p-t-1 { padding-top: 10px; } | |
.p-t-2 { padding-top: 20px; } | |
.p-t-3 { padding-top: 30px; } | |
.p-t-4 { padding-top: 40px; } | |
.p-t-5 { padding-top: 50px; } | |
.p-b-1 { padding-bottom: 10px; } | |
.p-b-2 { padding-bottom: 20px; } | |
.p-b-3 { padding-bottom: 30px; } | |
.p-b-4 { padding-bottom: 40px; } | |
.p-b-5 { padding-bottom: 50px; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment