Skip to content

Instantly share code, notes, and snippets.

@Jantho1990
Created June 17, 2018 05:08
Show Gist options
  • Save Jantho1990/d5612d70daa99598bb081921e120a921 to your computer and use it in GitHub Desktop.
Save Jantho1990/d5612d70daa99598bb081921e120a921 to your computer and use it in GitHub Desktop.
StarRating Vue -- 1c2
<style scoped>
h1, h2 {
font-weight: normal;
}
ul {
list-style-type: none;
padding: 0;
}
li {
display: inline-block;
margin: 0 10px;
}
a {
color: #42b983;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment