<div></div>
<style>
body {
background: blue;
}
div {
#background: white;
font-family: arial;
color: white;
padding: 3%;
width: 130px;
border-radius: 40px;
border: 1.5px solid white;
transition: 1s;
}
div:hover {
background:#3F85EF;
transition: 1s;
}
</style>
песочница