Skip to content

Instantly share code, notes, and snippets.

@tienhieuD
Created September 3, 2018 10:16
Show Gist options
  • Save tienhieuD/2713da44c500099f0ef06ec78160eaf9 to your computer and use it in GitHub Desktop.
Save tienhieuD/2713da44c500099f0ef06ec78160eaf9 to your computer and use it in GitHub Desktop.
hapu, gia thuoc hapu, gia thuoc hapu, entrustlab
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);
}
}
@tienhieuD
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment