Skip to content

Instantly share code, notes, and snippets.

@awakekat
Created August 27, 2016 16:46
Show Gist options
  • Save awakekat/7e0039113d8267102bdf9d8fe7fa840f to your computer and use it in GitHub Desktop.
Save awakekat/7e0039113d8267102bdf9d8fe7fa840f to your computer and use it in GitHub Desktop.
/* Tint */
.tinted-image {
background:
/* top, transparent red, faked with gradient */
linear-gradient(
rgba(255, 0, 0, 0.45),
rgba(255, 0, 0, 0.45)
),
/* bottom image */
url(image.jpg);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment