Dissolvenza su entrata mouse





https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_buttons_fade3


<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.btn {
background-color: #ddd;
border: none;
color: black;
padding: 16px 32px;
text-align: center;
font-size: 16px;
margin: 4px 2px;
transition: 0.3s;
}

.btn:hover {
background-color: #3e8e41;
color: white;
}
</style>
</head>
<body>

<h2>Fading Buttons - "Fade in Effect"</h2>

<button class="btn">Hover Over Me</button>

</body>
</html>










( dissolvenzasuentratamouse.html )- by Paolo Puglisi - Modifica del 17/12/2023