Answers for "color transition time css"

CSS
0

color transition time css

.element {
  transition: background-color 0.5s ease;
}
Posted by: Guest on February-05-2022

Browse Popular Code Answers by Language