ganz einfach^^
HI!
also pass auf - ich würde es so machen:
erstmal eine css datei anlegen
button {
width: 200px;
height: 50px;
background-color: rgb(120, 120, 120); }
buttonhigh {
width: 200px;
height: 50px;
background-color: rgb(2, 120, 2); }
dann die html datei:
im...