Answers for "transparent css text color"

CSS
0

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

Browse Popular Code Answers by Language