<link href="style.css" rel="stylesheet">
<button> Knap </button>
/*anton */
button {
color:purple;
background-color: red ;
}
button:hover{
background-color: pink ;
height: 300px;
width:300px;
}