Ajuda, não consigo sair dessa parte

Conte-nos o que está acontecendo:
Gente, eu não to conseguindo sair desse tópico, já tentei de tudo.
Ja coloquei na img. Já retirei o src e coloquei o .smaller-image.

me ajuda

  **Seu código até o momento**

<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">
<style>
.red-text {
  color: red;
}

h2 {
  font-family: Lobster, monospace;
}

p {
  font-size: 16px;
  font-family: monospace;
}
</style>

<h2 class="red-text">CatPhotoApp</h2>
<main>
<p class="red-text">Click here to view more <a href="#">cat photos</a>.</p>

<a href="#"><img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>

<div>
  <p>Things cats love:</p>
  <ul>
    <li>cat nip</li>
    <li>laser pointers</li>
    <li>lasagna</li>
  </ul>
  <p>Top 3 things cats hate:</p>
  <ol>
    <li>flea treatment</li>
    <li>thunder</li>
    <li>other cats</li>
  </ol>
</div>

<form action="https://freecatphotoapp.com/submit-cat-photo">
  <label><input type="radio" name="indoor-outdoor" checked> Indoor</label>
  <label><input type="radio" name="indoor-outdoor"> Outdoor</label><br>
  <label><input type="checkbox" name="personality" checked> Loving</label>
  <label><input type="checkbox" name="personality"> Lazy</label>
  <label><input type="checkbox" name="personality"> Energetic</label><br>
  <input type="text" placeholder="cat photo URL" required>
  <button type="submit">Submit</button>
</form>
</main>
  **Informações de seu navegador:**

Agente de usuário: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36

Desafio: Alterar o tamanho de imagens

Link para o desafio:

The code you’ve supplied it the starter code. You have not added the selector or the class.

In the future, when you have a question use the Ask For Help button to open you topic in the appropriate forum.

Eu fiz isso, li tudo que podia e não entendi.
Se eu vim aqui é porque eu realmente preciso de ajuda…

Ok, to help though we need to see your code.
There is a sample in the instructions that show you how to write the selector and add the property / value pair that’s needed.
And a previous lesson showed how you add the class attribute. There are also examples of the class attribute in the current code.

To show your current code follow these instructions…
When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

Obrigada. Eu sou nova e ainda to aprendendo a mexer na plataforma.
Mas eu já consegui :smiley:

Good job! Glad to hear you were able to figure it out.

Happy coding.

Força Dani! =)
Lembra que qualquer coisa eh soh chamar.

Obrigadaaa… Pode deixar que eu lembro sim meu amor. Eu já consegui sair dessa parte.

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