Friday, March 12, 2021

Image Hover effect

/* image over effect *
img {
    ....:..;
    ....:..;
    overflowhidden;
}

img:hover{
    -webkit-transformscale(1.3);
    transformscale(1.3);
}

No comments:

Post a Comment

Linq Expression syntax for where condtion in linq

(Expression<Func<T, bool>> filter)