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

Raw Insert query in EF8 or Entity Framwork 8

          public async Task<object> InsertRack(Rack RackInsert)         {             try             {                 sql = " i...