Last active
February 5, 2017 01:31
-
-
Save pierrehenri220/0f0194f171120ac17e1b53efd26f43fd to your computer and use it in GitHub Desktop.
Facebook likebox loader Part 2 of 3 (CSS)
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
#sns_likebox { | |
background: url(loader.gif) no-repeat 50% 50%; | |
} | |
.fb_loaded #sns_likebox { | |
background: #fff; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment