Created
May 8, 2017 22:54
-
-
Save lonekorean/814dd58799617c1ec2cc56d87bdfdc84 to your computer and use it in GitHub Desktop.
Simple box styles
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
div { | |
width: 100px; | |
padding: 10px; | |
border: 1px solid red; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment