different types of input boxes in html with just underline

52

input {
  outline: 0;
  border-width: 0 0 2px;
  border-color: blue
}
input:focus {
  border-color: green
}

Comments

Submit
0 Comments