Skip to content

Instantly share code, notes, and snippets.

@bkvirendra
Created May 13, 2012 13:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bkvirendra/2688476 to your computer and use it in GitHub Desktop.
Save bkvirendra/2688476 to your computer and use it in GitHub Desktop.
Facebook Like Alert Notifications
#alert{
position:fixed;
display:none;
left:50%;
margin-left:-300px;
bottom:120px;
width:600px;
text-align:center;
height:auto;
background:#eee;
padding:30px 10px;
font-family:'Handlee', sans-serif;
font-size:28px;
font-weight: bold;
border-radius:10px;
box-shadow:0px 5px 15px #333;
-webkit-box-shadow:0px 5px 15px #333;
-moz-box-shadow:0px 5px 15px #333;
border:10px solid rgba(0,0,0,.5);
background-clip: padding-box;
text-shadow:0px 1px 0px #FFF;
}​
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment