Created
September 6, 2016 20:51
-
-
Save lelandsmith/2b9985af4640724645bd4a86fb035db1 to your computer and use it in GitHub Desktop.
Margin Classes
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
.mb20 {margin-bottom: 20px;} | |
.mb50 {margin-bottom: 50px;} | |
.mb100 {margin-bottom: 75px;} | |
.mb100 {margin-bottom: 100px;} | |
.mt20 {margin-top: 20px;} | |
.mt50 {margin-top: 50px;} | |
.mt100 {margin-top: 75px;} | |
.mt100 {margin-top: 100px;} | |
.ml20 {margin-left: 20px;} | |
.ml50 {margin-left: 50px;} | |
.ml100 {margin-left: 75px;} | |
.ml100 {margin-left: 100px;} | |
.mr20 {margin-right: 20px;} | |
.mr50 {margin-right: 50px;} | |
.mr100 {margin-right: 75px;} | |
.mr100 {margin-right: 100px;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment