Wednesday, May 29, 2019

Image shadow

1.
img.logo {
  1. -webkit-filterdrop-shadow(5px 5px 5px #222);
  2. filterdrop-shadow(5px 5px 5px #222);

No comments:

Post a Comment

Linq Expression syntax for where condtion in linq

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