“HTML Alterar a cor do botão” Respostas de código

Como alterar a cor do botão em html

<!DOCTYPE html>
<html>
 <body>
  <button style="background-color:red; border-color:blue; color:white">Button 
  Text</button>
 </body>
</html>
Grieving Gannet

Alterar o botão de cor html

.button {
  background-color: #4CAF50;
}
Undefined

Alterar a cor do botão em html

.button_css
{
	background-color: black;
	color: white;
	width: 150px;
	height: 40px;
}
Clean Coyote

HTML Alterar a cor do botão

.button {
	background-color: #A62773; /*Color Code*/
}
Divyansh Singh Parihar

Respostas semelhantes a “HTML Alterar a cor do botão”

Perguntas semelhantes a “HTML Alterar a cor do botão”

Mais respostas relacionadas para “HTML Alterar a cor do botão” em HTML

Procure respostas de código populares por idioma

Procurar outros idiomas de código