First project help

hi all i can’t figure out the problem it’s been 4 days. could anyone help me with it. https://codepen.io/Abenezer1Abaysew/pen/poyNKLd

Hello there.

Some things to note when using CodePen:

  1. CodePen does not expect any content outside the body tags.
  2. All meta, link, and script information must be put in the :gear: settings section of the HTML editor.
  3. You do not need to/cannot link the CSS in your HTML, if you place the CSS in the appropriate section.
  4. If your project uses React, use the Babel preprocessor, and link the CDN in the appropriate :gear: section.
  5. The editors offer the ability to format and analyze your code, providing useful information about forgotten closing tags etc.

If you are still confused with how to use CodePen, please read the official documentation.


Also, take a look at the error message. It is very helpful:

Try using the “max-width” style property : expected ‘none’ to not equal ‘none’

Hope this helps

what about “display”

Which display? The error is for the failing test you have.

the img-div display.

can you please tell me how to insert image in codepen i can’t make any.

I cannot help, if you do not ask a specific question.

I do not know why you are saying this, because you have an image in your pen:

<img
        id="image"
        src="https://lh3.googleusercontent.com/rSTU6Vq4B50I_E2LJmrAtvGiFZlkoVhIt8gYMdDaq8ggFuSXII7A0beyIbmYKPdHgLor1g=s500"
        alt="Orphans begging"
      />

So, you can insert images in CodePen.

If you are struggling with understanding something specific, we can help, if you tell us what you are struggling with.

I have finished the project :grinning:

1 Like