Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

input text field with only bottom border

input {
  outline: 0;
  border-width: 0 0 2px;
  border-color: blue
}
input:focus {
  border-color: green
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #input #text #field #bottom #border
ADD COMMENT
Topic
Name
7+2 =