<style>
/*example*/
.tdb-div {
transition: background-color 0.3s ease;
background-color: pink;
}
.tdb-div:hover {
background-color: red;
}
</style>
<head>
<style>
/*example*/
.tdb-div {
transition: background-color 0.7s ease;
background-color:black;
color:white;
cursor:pointer;
padding:30px;
}
.tdb-div:hover {
background-color: gray;
color:red;
}
</style>
</head>
<body>
<div class="tdb-div">
Transition
</div>
</body>
Share TDB SCHOOL
Share this E-Learning Website on social media platforms with your friends and followers