Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css onclick change color

<style>
.dabutton:focus {
    background-color:yellow;
}
</style>
<button class="dabutton"></button> // <-- usage
 
PREVIOUS NEXT
Tagged: #css #onclick #change #color
ADD COMMENT
Topic
Name
6+8 =