For Business
Login
Home
Assessments
Mytat Certificates
Community
Courses
Premium Courses
jobs
Practice
Upskilling
Projects
Help
Run ยป
CSS Transitions Example
Hover Me
.btn { padding: 10px 20px; background-color: #007bff; color: #fff; border: none; cursor: pointer; transition-property: background-color; transition-duration: 0.3s; } .btn:hover { background-color: #0056b3; }