Skip to content

Instantly share code, notes, and snippets.

@QETHAN
Created July 5, 2013 10:36
Show Gist options
  • Save QETHAN/5933667 to your computer and use it in GitHub Desktop.
Save QETHAN/5933667 to your computer and use it in GitHub Desktop.
.home_img .info-bubble {
/* background-color: #fff;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
-moz-box-shadow:0px 0px 3px rgba(150,150,150,0.8);
-webkit-box-shadow:0px 0px 3px rgba(150,150,150,0.8);
box-shadow:0px 0px 3px rgba(150,150,150,0.8);
*/
left: 2.5%;
-moz-opacity:0.8;
-webkit-opacity: 0.8;
opacity: 0.8;
position: absolute;
height: 60%;
top: 10%;
width: 95%;
background: url('/public/images/banzi-new.png') 0 0 no-repeat;
background-size: cover;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment