Answers for "how tom make the body background image transparent in css"

CSS
1

transparent background css for image

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

Code answers related to "how tom make the body background image transparent in css"

Browse Popular Code Answers by Language