Friday, March 12, 2021

Responsive Image in container

Responsive Image in div  

img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: bottom; 
}  

No comments:

Post a Comment

Linq Expression syntax for where condtion in linq

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