Advertisement
Guest User

Untitled

a guest
May 21st, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.22 KB | None | 0 0
  1. .tinted-image {
  2.   background:
  3.     /* top, transparent red, faked with gradient */
  4.     linear-gradient(
  5.       rgba(255, 0, 0, 0.45),
  6.       rgba(255, 0, 0, 0.45)
  7.     ),
  8.     /* bottom, image */
  9.     url(image.jpg);
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement