Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to remove default look of button

button.style.border = "none";
button.style.backgroundColor = "white";
 
PREVIOUS NEXT
Tagged: #remove #default #button
ADD COMMENT
Topic
Name
6+4 =