Created
May 13, 2012 13:30
-
-
Save bkvirendra/2688476 to your computer and use it in GitHub Desktop.
Facebook Like Alert Notifications
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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