Last active
May 12, 2016 12:42
-
-
Save johnptmcdonald/ef6a6b801281ea37cc1e169da95b7109 to your computer and use it in GitHub Desktop.
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
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