Skip to content

Instantly share code, notes, and snippets.

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