Skip to content

Instantly share code, notes, and snippets.

@Aliciabcd
Created October 18, 2018 07:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Aliciabcd/73dfe604566cb6ec1c8009f5e31f89f4 to your computer and use it in GitHub Desktop.
Save Aliciabcd/73dfe604566cb6ec1c8009f5e31f89f4 to your computer and use it in GitHub Desktop.
.something{
content:"";
background-color:#ffdc9a;
position: absolute;
width:25px;
height:20px;
margin-top:-23px;
margin-left:-15px;
transform:rotate(-50deg);
mask:url('../img/crown-solid.svg') no-repeat;
-webkit-mask:url('../img/crown-solid.svg') no-repeat;
mask-size: cover;
-webkit-mask-size:cover;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment