Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

removing the unwanted border button css

button,
button:active,
button:focus {
  outline: none;
}
Source by discuss.codecademy.com #
 
PREVIOUS NEXT
Tagged: #removing #unwanted #border #button #css
ADD COMMENT
Topic
Name
5+1 =