“Zresetuj styl wejściowy Prześlij” Kod odpowiedzi

Zresetuj styl wejściowy Prześlij

button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}
Silly Skunk

Typ wejścia (przesyłanie, przycisk, reset) CSS

input[type=button], input[type=submit], input[type=reset] {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}
Arslank7

Odpowiedzi podobne do “Zresetuj styl wejściowy Prześlij”

Pytania podobne do “Zresetuj styl wejściowy Prześlij”

Więcej pokrewnych odpowiedzi na “Zresetuj styl wejściowy Prześlij” w CSS

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu