Robert Anton Wilson Tribute Page

Hey, so I just finished my tribute page challenge.

It looks OK, I have been struggling with the div and container setups… this still isn’t too clear for me yet.

Here’s the page.

Any feedback or suggestions? :slight_smile:

Read How it works carefully

Content should be placed within columns, and only columns may be immediate children of rows.

so your code should look like this:

<div class="container-fluid">
  <div class="row">
    <div class="col-xs-12">
      <h1 class="text-center">Robert Anton Wilson</h1>
      <center><img ... ></center>
    </div>
  </div>
....