Style not working


not working styles help me

Your button isn’t an input
try with this

button[type=submit] {
  background-color: #4CCD99;
}
2 Likes