Need Help with my first codepen Tribute Page

Hi guys, I am happily working on my first Tribute page, but I am stuck with formatting style on my page.

I would like to have all my content in a box, with a silver background and secondly having the

    aligned under the image.
    Is this possible?

Hi Scuzeme, to place the content inside a box with a silver background like on the example provided on the challenge, you need to add the class “well” to the div with the container class, also I’d advice you to use the class “container” instead of “container-fluid” so that the content is centered in the middle of the screen

Hi Alais,
Thank you very much for your help !
It is now working as intended !