Skip to content

Instantly share code, notes, and snippets.

@tjohnson4
Created December 17, 2012 19:02
Show Gist options
  • Save tjohnson4/4320941 to your computer and use it in GitHub Desktop.
Save tjohnson4/4320941 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background-image: url("http://boxofficebuz.com/content/shows/247897/fanart-247897-6.jpg");
min-height : 100%;
margin : 0px
}
div {
width : 100%;
height : 240px;
position : relative;
top : 200px;
background-color: #001e18;
opacity : .8;
}
h2 {
color : white;
font-family:"Verdana";
text-shadow : 0px 1px 1px #000000;
margin-left : auto;
margin-right : auto;
position: relative;
display : table;
}
img {
position : relative;
top:20px;
left : 20px;
border-radius : 3px;
box-shadow : 0px 0px 40px 10px #3CC;
}
<!-- content to be placed inside <body>…</body> -->
<div></div>
<img src="http://www.bipolartoday.com/wp-content/uploads/carrie-mathison.jpg">
<h2>Check This Out</h2>
// alert('Hello world!');
{"view":"separate","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