How to take something like a star unicode \u2605
which is a star in html/css and only fill it half way instead of full.
Here is code:
\u2605
My styles look like this thus far:
.starHalfFill {
color: orange;
}
Those brackets declare an empty, inline constructor. In that case, with them, the constructor does exist, it merely does nothing more than t...
No comments:
Post a Comment