Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

button background color remove

.button {     
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;      
}
 
PREVIOUS NEXT
Tagged: #button #background #color #remove
ADD COMMENT
Topic
Name
5+5 =