transitioncss

   div{

            height200px;
            width200px;
            background-colorburlywood;
             transition: width,background-color 2s,4s
             transition-delay3s;
            /* transition-property: width,background-color; */
            /* transition-duration: 2s,4s; */
        }
        div:hover{
            width300px;
            background-colorrgb(160150150);
        }

Comments

Popular posts from this blog

interview questions js[ Anurag Singh ProCodrr]

reactnative_creation