Skip to content

Instantly share code, notes, and snippets.

View eveporcello's full-sized avatar

Eve Porcello eveporcello

View GitHub Profile
{
"colors": [
{
"title": "ocean at dusk",
"color": "#00c4e2"
},
{
"title": "lawn",
"color": "#26ac56"
},
@eveporcello
eveporcello / StarRating.css
Created August 30, 2017 02:23
StarRating.css
div.star-rating {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
div.star-rating p {
flex-basis: 100%;
}