Answers for "background-color opacity non"

CSS
7

css opacity background color

background: rgba(255, 255, 255, 0.25);
Posted by: Guest on July-12-2020
4

background color with opacity

h1 {background-color:rgba(255,0,0,0.3);}
Posted by: Guest on April-01-2020

Code answers related to "background-color opacity non"

Browse Popular Code Answers by Language