Tribute Page Coding

please help me!
I have done half of my tribute page coding but when I am running the test it is not showing if the coding is correct
or no.

Hello!

In order to debug this, it would help if you provided a link to your CodePen :slight_smile:

1: The element should responsively resize, relative to the width of its parent element, without exceeding its original size.
2: The element should be centered within its parent element.
these codes are from tribute page.

Hello!

In order to debug, please provide us with a link to your CodePen.

1 Like

I am sorry I don’t know how provide you with a link because
I am new in freecodecamp

You should be able to post a link now that you’ve made your first forum post.

For example, a link to one of my CodePens is: https://codepen.io/nhcarrigan/full/LYpWOWN

1 Like

Thank you
I will try that.

I don’t know how to link it here?
Can you help me please?

Code pen is very easy to use, you can take a look at the following video intro to Codepen.io

You can use flexbox in CSS to achieve both of the requirements(other options also there). I suggest you to do study it or you can ask again

Just copy the address of your codepen from the address bar and past it here.

1 Like

This is my codepen address but it is not working:https://codepen.io/Nabila95/pen/PoPyyMv

Oh yeah! got it
it is working, thanks for your help

So your issue is resolved?

1 Like

yes, I solved my problem.
Thank you

1 Like

I should see an <a> element with a corresponding id=“tribute-link”` , which links to an outside site that contains additional information about the subject of the tribute page.

https://codepen.io/freeCodeCamp/pen/MJjpwO

You shared a link to the freeCodeCamp default template instead of your forked pen.

oh yeah sorry about that!
I’ve already corrected myself .
Thank you.

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

https://codepen.io/Nabila95/pen/rNxeoBa

Hello Nabila,
1.Take a look at the difference between display:block and display:inline
2 The exercise wants you to use max-width instead of width!