Reputation: 325
I want to make a button like the notification button in facebook or like the one here in stackoverflow for the recent inbox messages. Is it an icon font inside a button or SVG ?
Upvotes: 0
Views: 90
Reputation: 3038
You could always inspect the element. Looking at the stackoverflow button here for recent inbox messages, it's just an a tag with a background-image of the icon.
Upvotes: 1