Skip to content

Instantly share code, notes, and snippets.

@eveporcello
Created August 30, 2017 02:23
Show Gist options
  • Save eveporcello/7aba163878958e98be8896d93c048a91 to your computer and use it in GitHub Desktop.
Save eveporcello/7aba163878958e98be8896d93c048a91 to your computer and use it in GitHub Desktop.
StarRating.css
div.star-rating {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
div.star-rating p {
flex-basis: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment