Last active
May 8, 2017 02:14
-
-
Save dasaanudeep/65a0c30d04aa8e89df5b4715d70b2c9c to your computer and use it in GitHub Desktop.
Border box badges
This file contains hidden or 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
padding: 0 15px; | |
height: 20px; | |
width: 65px; | |
border-top: 11px solid #cf0006; | |
border-bottom: 11px solid #cf0006; | |
border-right: 10px solid; | |
border-right-color: transparent; | |
display: inline-block; | |
position: relative; | |
color: #ffffff; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment