HTML&CSS - hover

by Code_Garage

HTML

<button>
  Survole-moi !
</button>

CSS

button:hover {
	background-color: #3498db;
}