-2
I am a layman in css, and I don’t know why it is not becoming transparent a certain area that I marked. I put in jsfiddle
When I put the red part as transparent it disappears. But any other color works. NOTE: Putting white will seem transparent, but that’s not what I want to do.
edit1: All I want to do is leave the red area as transparent without catching the blue color, but the background behind the blue
What exactly do you want to do?
– PauloHDSousa
I swear I couldn’t understand your question. But it has something to do with RGBA color space, where R is an integer between 0 and 255 indicating the intensity of Red, where G is an integer between 0 and 255 indicating the intensity of Green, where B is an integer between 0 and 255 indicating the intensity of Blue and finally A which is an integer between 0 and 255 indicating the intensity of transparency where 0 is totally transparent and 255 is an opaque choir.
– Augusto Vasques
All I want to do is leave the red area as transparent without picking up the blue color, but the background behind the blue
– Pedro Henrique