Created
August 30, 2017 02:23
-
-
Save eveporcello/7aba163878958e98be8896d93c048a91 to your computer and use it in GitHub Desktop.
StarRating.css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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