清除默认样式

a标签

a {
  text-decoration: none;
  color: inherit;
}

input[type=text]

input[type=text] {
  border: none;
  outline: none;
}

你可能感兴趣的:(清除默认样式)