Today I learned how to fill in an emoji with CSS. Here’s an example:
.filledEmoji {
color: transparent;
text-shadow: '0 0 0 #86efac';
}
This gave the microbe emoji (🦠) a filled style in my Conway’s Game of Life project.

Today I learned how to fill in an emoji with CSS. Here’s an example:
.filledEmoji {
color: transparent;
text-shadow: '0 0 0 #86efac';
}
This gave the microbe emoji (🦠) a filled style in my Conway’s Game of Life project.
