Skip to content

Instantly share code, notes, and snippets.

@jose-villegas
Last active September 11, 2015 16:34
Show Gist options
  • Save jose-villegas/e1a42ffccd7c3ea9bdf6 to your computer and use it in GitHub Desktop.
Save jose-villegas/e1a42ffccd7c3ea9bdf6 to your computer and use it in GitHub Desktop.
.popup-imagelink{
position: absolute;
max-width: 200px;
max-height: 200px;
}
.explain-macro {
border-radius: 4px;
border:0px;
text-align:center;
font-weight: bold;
color:white;
-webkit-box-shadow: rgba(255,255,255,0.1) 0 1px 0,rgba(0,0,0,0.8) 0 1px 7px 0px inset;
-moz-box-shadow: rgba(255,255,255,0.1) 0 1px 0,rgba(0,0,0,0.8) 0 1px 7px 0px inset;
box-shadow: rgba(255,255,255,0.1) 0 1px 0,rgba(0,0,0,0.8) 0 1px 7px 0px inset;
background: rgba(10,20,30,0.3);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment