0
How can I make a ghostly gradient instead of this black background color?
2 Respostas
0
You can modify the opacity value of the largest circle.
.circle {
opacity: 50%;
/*other stuff*/
}
You can also experiment with sepia or greyscale effects, search it up, it's interesting!
And yes, clearly the opacity works with the smiley face...
0
You mean the face of the smiley?