Skip to content

Instantly share code, notes, and snippets.

Created May 23, 2014 18:13
Show Gist options
  • Save anonymous/15b9c915ebc1f7486d53 to your computer and use it in GitHub Desktop.
Save anonymous/15b9c915ebc1f7486d53 to your computer and use it in GitHub Desktop.
A Pen by Secret Sam.
<html>
<body><div> </div></body>
</html>
html {
background-color:#f00;
background: url(https://doc-08-8o-docs.googleusercontent.com/docs/securesc/fccsnejeor9kr3oh9vafjjfdnrifi5io/8h936d55rp3576ei11euj07mg0tf5igd/1400868000000/05612294831669673449/05612294831669673449/0B8QcKVEjwKVlbEVJbE9aLUwxWkU?h=16653014193614665626&e) center top no-repeat fixed;
background-size: cover;
}
div {
border: 10px solid RGBA(255,255,255,0.2);
position:absolute;
left:50%;
top: 50px;
width: 40%;
height: 500px;
background-color: RGBA(0,0,0,0.8);
color: #EEEEEE;
padding: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment