Skip to content

Instantly share code, notes, and snippets.

@Uvacoder
Created December 16, 2021 13:12
Show Gist options
  • Select an option

  • Save Uvacoder/04e52fca0fb6a279bddb9de2727fe13f to your computer and use it in GitHub Desktop.

Select an option

Save Uvacoder/04e52fca0fb6a279bddb9de2727fe13f to your computer and use it in GitHub Desktop.
Darken background image: https://stackoverflow.com/a/23208450
element {
background:
/* top, transparent black, faked with gradient */
linear-gradient(
rgba(0, 0, 0, 0.7),
rgba(0, 0, 0, 0.7)
),
/* bottom, image */
url(image.jpg);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment