Original Source:
https://blog.spacehey.com/entry?id=2304
I discovered that I could change the blinking text for your online status can be changed to practically anything. Depending on the image, it can look really great for minimalism.
Code:
<style>
.online { visibility: hidden; }
.online img { content: url("");
animation-name: none;
visibility: visible;
height: 43px; width: 90px; }
</style>
Comments
Displaying 0 of 0 comments ( View all | Add Comment )