My tribute Page Project Feedback__

Hi guys. Here is the link to my Tribute page
Your comments and corrections will be well appreciated.

Good job! I would

pass test #10. You need to center your image within your container. Usually giving it

width:100%;
height: auto;

solves the problem.

I would also remove whitespace at the edges of your page.

Cheers :slight_smile:

1 Like

Hi, that’s a pretty cool page. I forked it and played around with it a little, I hope you don’t mind.

Your list items seemed off a little, my original intent was to just move them over to the right so they weren’t so far from their bullets.

1 Like

Thanks for the hints @shimphillip. I’ll do that right away.

Wow cool, although some of the classes and ids are strange to me. The styling is also great. I’ll have to study it so I can understand it better. Thanks for the feedback @SpartanJosh.

I used bootstrap, so all the classes “row” and “col-md” and stuff are from that

Unfortunately I dunno how to use bootstrap yet.

@shimphillip I tried doing that but it still did’t pass the challenge.

When you fail tests,

logs are automatically generated in red. If you read it, this is what it says.

Use the “display” style property with a value of “block” forresponsive images.: expected ‘inline’ to equal ‘block’

So you can also give your img display:block