Answers for "text color on transparent background css"

CSS
1

css make text transparent

.text
    {
        font-family: Garamond, serif;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.5);
    }
Posted by: Guest on January-09-2021
4

css transparent background color

div {
 opacity:25% ; 
}
Posted by: Guest on March-21-2020

Code answers related to "text color on transparent background css"

Browse Popular Code Answers by Language