Answers for "css to transparent background"

CSS
1

transparent background css for image

background-color: rgba(255, 0, 0, 0.5);
Posted by: Guest on July-06-2020
4

css transparent background color

div {
 opacity:25% ; 
}
Posted by: Guest on March-21-2020

Code answers related to "css to transparent background"

Browse Popular Code Answers by Language