Answers for "how to give opacity to background only"

CSS
0

how to give opacity to background only

.myClass {
    background-color: fade(#FFFFFF, 50%);
}
Posted by: Guest on January-12-2022

Code answers related to "how to give opacity to background only"

Browse Popular Code Answers by Language