Skip to content

Instantly share code, notes, and snippets.

@kimberley-p
kimberley-p / hover-grid-style.css
Created May 13, 2013 14:08
Transparent hover grid
.challenge-grid {
margin: 30px 0;
overflow: hidden;
}
.suggested-challenges h2 {
margin-top: 60px;
border-bottom: 1px solid #d9d9d9;
padding-bottom: 7px;
}
.challenge-grid .idea-block {