Skip to content

Instantly share code, notes, and snippets.

@Druid-of-Luhn
Created August 27, 2012 17:21
Show Gist options
  • Save Druid-of-Luhn/3490534 to your computer and use it in GitHub Desktop.
Save Druid-of-Luhn/3490534 to your computer and use it in GitHub Desktop.
Grungy cloth texture CSS background
.cloth-bg {
background: #777;
background: -webkit-radial-gradient(rgba(0, 0, 0, 0.1) 50%, rgba(255, 255, 255, 0.1) 50%),
-webkit-linear-gradient(45deg, rgba(50, 50, 50, 0.95), rgba(200, 200, 200, 0.95)),
url('http://f.cl.ly/items/3h0j172n2i3q1z0t2G1P/noise.jpg');
background-size: 3px 3px,
auto auto,
auto auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment