Created
September 3, 2018 10:16
-
-
Save tienhieuD/2713da44c500099f0ef06ec78160eaf9 to your computer and use it in GitHub Desktop.
hapu, gia thuoc hapu, gia thuoc hapu, entrustlab
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
a.hot-item { | |
position: relative; | |
overflow: hidden; | |
&::before { | |
content: 'Hot'; | |
width: 112px; | |
height: auto; | |
color: white; | |
background: #0087ff; | |
position: absolute; | |
top: 12px; | |
right: -28px; | |
display: inline-block; | |
text-align: center; | |
padding: 4px; | |
text-transform: uppercase; | |
transform: rotate(45deg); | |
} | |
} |
Author
tienhieuD
commented
Sep 3, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment