Skip to content

Instantly share code, notes, and snippets.

@dima-f1
Last active August 29, 2015 14:23
css multiple backgrounds
div.bacground-container
.bacground-container {
width: 100vw;
height: 100vh;
background-image:
linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
url(https://download.unsplash.com/photo-1435163741535-a345a0ceadba);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment