The img element should responsively resize, relative to the width of its parent element, without exceeding its original size

Tell us what’s happening:

Your code so far

Your browser information:

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

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/responsive-web-design-projects/build-a-tribute-page

Hey @alex6,
If you could post the link to your code, it will be helpful for us to help.

I guess that is a wrong link.
Give the link to your pen from codepen in which you are making your project.

https://codepen.io/alex-filippovich/pen/RYVVVE

It just doesn’t look at all the same as it should be

This is the project template provided by FCC.
Your project should be functionally similar to this but not exactly the same
You have to create the project from scratch.

My last two strings text is sublimed. Can you help me how to delete the text subliming?

Could you give the link to your codepen account?

And could you please help me how to insert a dot before li element. Thought it should be by default

https://codepen.io/alex-filippovich/

Your page says you haven’t build any pen yet.
You seem to have problem using codepen.


See if this helps.

Could you please try once again?
https://codepen.io/alex-filippovich/

Well done, i can see your tribute page now.

https://codepen.io/alex-filippovich/pen/gdRweo

Do you know how to edit “li” marker dot aligned to the center?

Give following properties to your css:

ul{
    margin:0 auto;
    max-width: 500px;
    text-align:left;
}

See if this helps.

i am writing a code in html which has total 10 criteria’s to fulfill, out of these 10 the last two criteria i am able to do it
8: The img element should responsively resize, relative to the width of its parent element, without exceeding its original size.
9: The img element should be centered within its parent element.

Hello shirich,

In the future, please create your own topic when you have specific questions about your own challenge code. Only respond to another thread when you want to provide help to the original poster of the other thread or have follow up questions concerning other replies given to the original poster.

The easiest way to create a topic for help with your own solution is to click the Ask for Help button located on each challenge. This will automatically import your code in a readable format and pull in the challenge url while still allowing you to ask any question about the challenge or your code.

Thank you.

sorry for disturbing you i will do the same as you say, as I was not familiar with the CodePen environment so that’s why I posted the question here.