How To Make Background Transparent Without Affecting Text?
To set the opacity only to the background and not the text inside it. It can be set by using the RGBA color values instead of the opacity property because using the opacity property can make the text inside it fully transparent element. How do I make the background of text transparent? If you want […]