Monday, May 20, 2019

Image Center in css

<span class="float-left m-2 mr-4" style="margin:auto!important;">
  <img src="/assets/images/users/avatar-2.jpg" style="height: 157px;width: 157px;" alt=""       class="rounded-circle img-thumbnail">
</span>

No comments:

Post a Comment

Linq Expression syntax for where condtion in linq

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