Tribute Page - Douglas Adams

Here’s my tribute page to Douglas Adams: https://codepen.io/arthur42dent/full/XKLvwX/

The only thing I didn’t manage to do was to show a secondary image when hovering the one at the top… I’ve left it commented in the CSS, in case anyone has any hint.

Thanks in advance for any feedback!

EDIT: Oops… this is what happens when working with a narrow preview screen to my right:

Hi :slight_smile:

This code don’t comply with Bootstrap:

<div class="container-fluid">
	<div class="text-center">
		<div class="row">

Bootstrap example:

<div class="container-fluid">
  <div class="row">
    ... // my comment : use .col-xx-xx here
  </div>
</div>

Bootstrap documentation:
http://getbootstrap.com/css/#grid
http://getbootstrap.com/css/#grid-offsetting

Cheers and happy coding :slight_smile:

1 Like