Tribute Page to William Gibson

Here is my Tribute Page to William Gibson.

Feedback is welcome.

If anyone can tell me how to get the image to spread across the full width of the page it would be greatly appreciated. I searched bootstrap and W3 schools but could not figure it out. Thanks.

It looks nice and clean, for the full width you can add this:

.img-responsive img {
  width: 100%;
}

It will fill the whole width of .img-responsive DIV, if you really want full width of the page that would be different.
By the way, you can also define the height of the image.

Awesome. Thank you for the feedback and the answer!

1 Like

No problem good luck!
Remember to mark as the solution if it was!