Skip to content

Instantly share code, notes, and snippets.

@loadx
Created December 18, 2012 00:30
Show Gist options
  • Save loadx/4323793 to your computer and use it in GitHub Desktop.
Save loadx/4323793 to your computer and use it in GitHub Desktop.
Koding giveaway removing absolutes
ul#items li {
background-color: rgba(255, 255, 255, 0.05);
border: 1px solid rgba(255, 255, 255, 0.16);
border-radius: 8px 8px 8px 8px;
box-shadow: 0 0 150px rgba(0, 0, 0, 0.32);
float: left;
height: auto;
margin: 0 15px 15px 0;
padding: 20px;
position: relative;
text-align: center;
width: 160px;
}
.bottom {
bottom: 0;
left: 0;
top: 150px;
width: 100%;
}
#invite {
margin-top: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment