如何去除css中的按钮边框? border:none 不工作

How to remove the button border in css? border:none is not working

任何人都可以帮助我我无法删除按钮边框。 border:none;不工作

button {
  font-size: 16px;
  text-transform: uppercase;
  background-color: white
  border: none;
}

button:hover {
  color: white;
  background-color: black;
}
   

你不见了;在前一行。