Skip to content

Instantly share code, notes, and snippets.

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