How to Create a Notification Button - Link Short
News Update
Wait Generating Movie Link Click Below To Download...

How to Create a Notification Button

How to create a notification button
Add Html:
<a href="#" class="notification">
<span>Inbox</span>
<span class="badge">3</span>
</a>
Add CSS:
.notification {
background-color: #555;
color: white;
text-decoration: none;
padding: 15px 26px;
position: relative;
display: inline-block;
border-radius: 2px;
}

.notification:hover {
background: red;
}

.notification .badge {
position: absolute;
top: -10px;
right: -10px;
padding: 5px 10px;
border-radius: 50%;
background: red;
color: white;
}

Share with your friends

Give us your opinion
How To Use
  • Put the link on the
  • Generate Link box with http:// or https://
  • Use  CTRL + V  on keyboard to put the link.
  • Click Generate button to get encrypted link.
  • Click Copy URL button.
  • Done