Learn the CSS Box Model by Building a Rothko Painting - Step 3

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <title>Rothko Painting</title>
  </head>
  <body>

<!-- User Editable Region -->

    <img src="https://cdn.freecodecamp.org/curriculum/css-box-model/diagram-1.png" src="https://cdn.freecodecamp.org/curriculum/css-box-model/diagram-2.png">
    <img src="https://cdn.freecodecamp.org/curriculum/css-box-model/diagram-2.png">

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36 Edg/110.0.1587.63

Challenge: Learn the CSS Box Model by Building a Rothko Painting - Step 3

Link to the challenge:

Welcome to our community!

The instruction: " Change the src attribute…"

You have added another img element.
In the existing img element just change the URL address.

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