Skip to content

Instantly share code, notes, and snippets.

@lonekorean
Created May 8, 2017 22:54
Show Gist options
  • Save lonekorean/814dd58799617c1ec2cc56d87bdfdc84 to your computer and use it in GitHub Desktop.
Save lonekorean/814dd58799617c1ec2cc56d87bdfdc84 to your computer and use it in GitHub Desktop.
Simple box styles
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