Skip to content

Instantly share code, notes, and snippets.

@eveporcello
Created January 23, 2018 18:12
Show Gist options
  • Save eveporcello/c24973cbbfc869e1671e81afacca4cb1 to your computer and use it in GitHub Desktop.
Save eveporcello/c24973cbbfc869e1671e81afacca4cb1 to your computer and use it in GitHub Desktop.
div.star {
cursor: pointer;
height: 25px;
width: 25px;
margin: 2px;
background-color: #AAAAAA;
clip-path: polygon(50% 0%, 63% 38%, 100% 38%, 69% 59%, 82% 100%, 50% 75%, 18% 100%, 31% 59%, 0% 38%, 37% 38%);
}
div.star.selected {
background-color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment