Answers for "how do i apply opacity to a css color variable?"

CSS
4

background color with opacity

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

Browse Popular Code Answers by Language