Skip to content

Instantly share code, notes, and snippets.

@akirchmyer
Created November 17, 2013 03:09
Show Gist options
  • Select an option

  • Save akirchmyer/7508573 to your computer and use it in GitHub Desktop.

Select an option

Save akirchmyer/7508573 to your computer and use it in GitHub Desktop.
A Pen by Andrew Kirchmyer.
<div class="glass-pane">
"Don't sweat the petty things and don't pet the sweaty things."
-George Carlin
</div>
html {
background: url(http://graphics8.nytimes.com/images/2008/06/23/arts/Carlin390.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
}
.glass-pane {
height: 70%;
position: absolute;
top: 5%;
right: 5%;
width: 30%;
font-size: 1.3em;
background-color: white;
border-radius: 10px;
font-style: italic;
padding: 20px;
opacity: .3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment