Skip to content

Instantly share code, notes, and snippets.

@icodeforlove
Created February 28, 2014 21:55
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 icodeforlove/9280798 to your computer and use it in GitHub Desktop.
Save icodeforlove/9280798 to your computer and use it in GitHub Desktop.
Untitled
body {
padding: 0;
margin: 0;
}
.body {
opacity: .3;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-image: url(http://10.16.52.55:9001/posts/broadway.jpg);
background-position: center top;
}
.overlay {
opacity: 1;
width: 175px;
height: 32px;
margin: 96px auto;
background-image: url(http://10.16.52.55:9001/posts/broadway.jpg);
}
<div class="body"></div>
<div class="overlay"></div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment