Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

container transparent text opaque

.mycontainer {
    background: rgb(60, 60, 60);
    background: rgba(60, 60, 60, 0.4);
}

.mycontainer a {
    color: #fff;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #container #transparent #text #opaque
ADD COMMENT
Topic
Name
4+1 =