Answers for "transition im css"

CSS
3

transition css

div:hover {
  background-color: #000;
  transition: background-color 400ms;
}
Posted by: Guest on August-30-2021

Browse Popular Code Answers by Language