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:
- CodePen does not expect any content outside the
body
tags. - All
meta
,link
, andscript
information must be put in thesettings section of the HTML editor.
- You do not need to/cannot link the CSS in your HTML, if you place the CSS in the appropriate section.
- If your project uses React, use the Babel preprocessor, and link the CDN in the appropriate
section.
- 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