Hi everyone. Can you guys give some feedback please

Hi everyone. I’m new in the freecodecamp and forum. I just finished my Tribute Page. Can you guys give some feedback please?

https://codepen.io/jhonsstn/pen/PoGxzXe

Thanks

1 Like

Hi @jhonsstn,
I love Spidey, one of my fav superheroes.

Some feedback for writing code in codepen:

  • you don’t need to puth head in the HTML section, only body section
  • everything in head can goes to Settings -> HTML -> Stuff for head
  • you can format your code, so it looks nicer Settings -> Behavior -> Format on Save

for the project I change this two line in you media query so the image doesn’t bleed out of its parent width

        width: 100%;
/*      min-width: 80vw; */
1 Like

Thanks for the feed @padunk.

Awesome tips about codepen. I didn’t know there were these settings.

About the media query, it was intentional. I was trying to make the image bigger on a smaller screen.

PS: I ended up applying your suggestion anyway lol

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.