Skip to content

Instantly share code, notes, and snippets.

@gisu
Created September 14, 2013 22:13
Show Gist options
  • Save gisu/6566186 to your computer and use it in GitHub Desktop.
Save gisu/6566186 to your computer and use it in GitHub Desktop.
.box-small {
height: 200px;
width: 300px;
background: #f7f7f7;
padding: 10px;
margin: 0 0 10px 0;
color: black;
position: relative;
}
.box-wide {
height: 400px;
width: 500px;
background: #f7f7f7;
padding: 10px;
margin: 0 0 10px 0;
color: black;
position: relative;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment