Skip to content

Instantly share code, notes, and snippets.

@johnptmcdonald
Last active May 12, 2016 12:42
Show Gist options
  • Save johnptmcdonald/ef6a6b801281ea37cc1e169da95b7109 to your computer and use it in GitHub Desktop.
Save johnptmcdonald/ef6a6b801281ea37cc1e169da95b7109 to your computer and use it in GitHub Desktop.
body {
background: lightgray;
border: 1px solid black;
}
.box {
width: 50px;
height: 50px;
background-color: red;
}
#box1 {
margin: 50px;
}
#box2 {
margin: 50px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment