With this code I am putting an icon
that has a transparent
part in its center
, I would like to paint it white.
With this code I am putting an icon that has a transparent
part in its center, I would like to paint it white. Is there a way to paint it in a color so it doesn't look transparent?
<body style="background:red">
<i class="fas fa-times-circle fa-2x"></i>
</body>
this is my live code: