Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

button remove border if click

<style>
input[type="button"]
{
    width:120px;
    height:60px;
    margin-left:35px;
    display:block;
    background-color:gray;
    color:white;
    border: none;
    outline:none;
}
</style>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #button #remove #border #click
ADD COMMENT
Topic
Name
9+2 =