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

Tell us what’s happening:

Rothko Painting Hello. There is a problem in my code. Will you be able to help me with it, please?

Your code so far

<!DOCTYPE html>
<html lang="en">

<!-- User Editable Region -->

  <head>
    <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rothko Painting</title>
<link rel="stylesheet" href="styles.css">
  </head>
  <body>
    <img src="https://cdn.freecodecamp.org/curriculum/css-box-model/diagram-1.png">
  </body>

<!-- User Editable Region -->

</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 OPR/114.0.0.0

Challenge Information:

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

Your code should only have one meta tag.

1 Like

Thanks. You advice has really helped me.