Skip to content

Instantly share code, notes, and snippets.

View brentdanley's full-sized avatar
💼
Looking for a job.

Brent Danley brentdanley

💼
Looking for a job.
View GitHub Profile
@NullDev
NullDev / StarRating.css
Last active March 27, 2023 12:55
CSS Star rating System - Percentage Based, CSS Only Star rating System
.rating {
unicode-bidi: bidi-override;
color: #c5c5c5;
font-size: 25px;
height: 25px;
width: 100px;
margin: 0 auto;
position: relative;
padding: 0;
text-shadow: 0px 1px 0 #a2a2a2;