Greetings, everyone!
I am trying to change the parameters on my img class for the tribute page, but it doesnt work (it is the only class that doesn’t work). I went online and some people said there is probably something blocking the edition on my element.
Here is what the code look like
img
src= -url to image - class="tite-image" id="image" />
Tite apresentando a lista de convocados para o mundial do Qatar.
and here is the css:
.tite-image{
object-fit: contain;
border-radius:10px;
max-width: 100%;
display: block;
height: auto;
margin: auto;
}
Does anyone have a tip on this ?