Skip to content

Instantly share code, notes, and snippets.

View dmitryvmin's full-sized avatar

Dmitry dmitryvmin

View GitHub Profile
/*Transparent pattern placed over an image, like we see on the bootstrap homepage: http://twitter.github.com/bootstrap/index.html*/
div {
width: 200px;
height: 200px;
display: block;
position: relative;
background: url(images/background-image.png);
}