My Code Camp Challenge- The Tribute Page - Complete!

Hi
This code is more readable in the CSS tab:

<style>
   h1{font-size:60px;}
     h4{font-size:20px;}
   h6{font-size:30px;}
     .gray-text{color:#333333;}
      .white-background{background-color: white;}
     img{width:100%;}
</style>

Using Bootstrap in codepen:

Grid system:
http://getbootstrap.com/css/#grid-intro

      <div class="col-md-10" style="margin-left:130px; margin-top:60px;">
      <div class="well">
         <h1 class="text-center gray-text">Aubrey 'Drake' Graham</h>
<h2 class="text-center gray-text"><i>The Drake Effect</i></h2>

Cheers and happy coding :slight_smile: