Skip to content

Instantly share code, notes, and snippets.

@ahmadawais
Created September 24, 2014 05:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahmadawais/744665b4a846c647577a to your computer and use it in GitHub Desktop.
Save ahmadawais/744665b4a846c647577a to your computer and use it in GitHub Desktop.
A Pen by Ahmad Awais.
<div class="bg-img"></div>
html, body {
width: 100%;
height: 100%;
}
.bg-img {
width: 100%;
height: 100%;
background: url('https://dl.dropboxusercontent.com/u/5049340/office%402x.png') center center no-repeat;
background-size: cover;
&:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-image: linear-gradient(to bottom right,#35ad68,#fff);
opacity: .8;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment