Answers for "only background color opacity css"

CSS
0

how to give opacity to background only

.myClass {
    background-color: fade(#FFFFFF, 50%);
}
Posted by: Guest on January-12-2022
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