Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

Any URLs added here will be added as <link>s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

Any URL's added here will be added as <script>s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.

+ add another resource

Packages

Add Packages

Search for and use JavaScript packages from npm here. By selecting a package, an import statement will be added to the top of the JavaScript editor for this package.

Behavior

Auto Save

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

HTML

              
                <body>
  <div class="container-fluid">
    <div class="jumbotron">
      <div class="row">
        <div class="col-xs-12">
          <h1 class="text-center">Mark Lawrence</h1>
          <h2 class="text-center text-muted">NOVELIST & RESEARCH SCIENTIST</h2>
        </div>

        <div class="col-xs-6">
          <div class="thumbnail">
            <img id="mark-lawrence" class="img-responsive img-rounded" src="https://www.experimento42.com.br/experimento42/wp-content/uploads/2015/04/mark-lawrence-experimento42.jpg">
            <h4 class="text-center text-muted">Mark Lawrence chilling</h4>
          </div>
        </div>
        <div class="col-xs-6">
          <br>
          <br>
          <br>
          <br>
          <br>
          <p class="text center">"I watched her backside as she went. I thought perhaps I wouldn't die if I could still find time to watch a well-crafted bottom"<br><span class="text-muted" style="font-size:16px"><em>-Mark Lawrence</em></span>
          </p>
        </div>
        <div class="row">
          <div class="col-xs-12 col-md-6 col-md-offset-3">
                                    <h3 class="">The facts:</h3>
          </div>
         
          <div class="col-xs-12 col-md-6 col-md-offset-3">
            <ul>
              <li>Mark Lawrence was born in 1966 in the US.</li>
              <li>He moved from the US to the UK while he was still young.</li>
              <li>He is married and has four children, one of whom is severely disabled.</li>
              <li>He was a research scientist in the field of artificial intelligence.</li>
              <li>He has held secret level clearance with both US and UK governments.</li>
              
                   <h6 class="bold"><u><em>The Broken Empire Trilogy</em></u></h6>
        
        
              <li>Lawrence’s first work, Prince of Thorns, was published by Ace / Voyager in August 2011.</li>
              <li>His second book, King of Thorns was published by Ace / Voyager in August 2012.</li>
              <li>The final book in the Broken Empire trilogy, Emperor of Thorns, was published by Ace / Voyager in August 2013.</li>
              <h6 class="bold"><u><em>The Red Queen's War trilogy.</em></u></h6>
              <li>Prince of Fools, released in 2014 by Ace/Voyager in June.</li>
              <li>The Liar's Key, released in 2015 by Ace/Voyager in June.</li>
              <li>The Wheel of Osheim the third and final book in The Red Queen's War, is going to be released in june 2016.
            </ul>
            
            <div class="col-xs-12">
            <hr>
            </div>
            
        
          </div>
          <div class="row">
            <div class="col-xs-6">
              <p class="text center">"Memories are dangerous things. You turn them over and over, until you know every touch and corner, but still you'll find an edge to cut you."<br><span class="text-muted" style="font-size:16px"><em>-Mark Lawrence</em></span>
              </p>
            </div>
                <div class="col-xs-6">
                  <p class="text-center"><span class="bold">Creators Note:</span>
                    </p>
                    </div>
            <div class="col-xs-12">
            <hr id="hr2">
            </div>
          <div class="col-xs-12 text-center">
  <h4>all information gathered from</h4>
  <a href=https://en.wikipedia.org/wiki/Mark_Lawrence_(author)><h4>Wikipedia</h4></a>
</div>
        </div>
      </div>
    </div>
</body>
              
            
!

CSS

              
                body {
  background-color: white;
}

.jumbotron {
  margin: 25px 300px 25px 300px;
}

h1 {
  margin-top: 0px;
}

h2 {
  font-family: vollkan;
  font-size: 24px;
  margin-top: -10px;
}

h4 {
  font-size: 15px;
  margin-bottom: 0px;
  margin-top: 5px;
}

h3 {
  .text-center
}

.bold {
  font-weight: bold;
}

h6 {
  margin: 2px -35px;
}

hr {
  border: 0 clear: both;
  display: ;
  width: 90%;
  background-color: #000000;
  height: 1px;
}

#hr2 {
  border: 0 clear: both;
  display: ;
  width: 90%;
  background-color: #000000;
  height: 1px;
}
              
            
!

JS

              
                
              
            
!
999px

Console