Html – How to take only the required part of the image in css
I have an image that should be fit with the container below the sub-1 class according to the below code. I tried object-fit:cover property but it did not work It shows browser's own image part.I want to show certain part…