CSS wont edit parameters on tribute page

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 ?

Your class .tite-image should probably be .title-image.
Please post all your html and css code here. It is impossible to find what an issue may be without the code.

Got it, the css wasnt linked properly.

Thank you very much for your help!

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.