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

Save Automatically?

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

              
                <meta name="viewport" content="width=device-width, initial-scale=1">
<div class="container">
<h1 class="text-primary text-center">Father John Patrick Raynor, S.J.</h1>
  <p class="lead text-center"><em>Twentieth President of Marquette University.</em></p>
  <figure>
  <a href="http://www.marquette.edu/library/archives/SuperA/Raynor_bio.shtml" target="_blank"><img class="center" alt=" Father John Patrick Raynor" src="http://www.marquette.edu/library/archives/SuperA/images/MUA_004670_000.jpg"></a>
  </figure>
  <figcaption class="center-align">Reverend John P. Raynor</figcaption>
  <div class="row">
  <div class="col-md-8 col-md-offset-2">
    <p><strong><a href="https://en.wikipedia.org/wiki/John_Patrick_Raynor" target="_blank">From Wikipedia</a>:</strong></p>
  <p>Among Raynor's many accomplishments during his time as president were the awarding of a Phi Beta Kappa chapter, the increase in lay people on the faculty and in the administration, an expansion of the university's board of trustees from three Jesuits to a group of 29 individuals, both clergy and non-clergy. The campus also nearly tripled in size from 26 to 80 acres during his presidency. Near the end of Raynor's tenure, the Campaign for Marquette (1985–1990) fund drive raised more than $130 million for the school.<a href="http://www.marquette.edu/library/about/raynor_bio.php" target="_blank">[1]</a> Additionally, the men's basketball team, under Coach Al McGuire, won the 1970 National Invitational Tournament and the 1977 NCAA Championship.<a href="https://news.google.com/newspapers?id=IHpQAAAAIBAJ&sjid=3BEEAAAAIBAJ&pg=6492,5924780&hl=en" target="_blank">[2]</a><a href="https://news.google.com/newspapers?nid=1499&dat=19890831&id=3GgaAAAAIBAJ&sjid=-CsEAAAAIBAJ&pg=3536,6822184&hl=en" target="_blank">[3]</a></p>
    </div>
  </div>
  <div class="row">
    <div class="col-xs-6 col-md-4">
         <h2>Priest</h2>
      <figure>
        <a href="https://www.pinterest.com/pin/64598575876620317/" target="_blank"><img class="img-responsive" src="https://i.pinimg.com/originals/88/a4/14/88a414cdc953f88f9830c172da2e4576.jpg"></a>
      </figure>
      <figcaption>Joined the Society of Jesus in 1941.</figcaption>
    </div>
    <div class="col-xs-6 col-md-4">
         <h2>Educator</h2>
      <figure>
      <a href="http://hga.com/work/marquette-university" target="_blank"><img class="img-responsive" src="http://www.marquette.edu/provost/images/campus.jpg"></a>
      </figure>
      <figcaption>Taught in the School of Education.</figcaption>
    </div>
    <div class="col-xs-6 col-md-4">
      <h2 class="correct-header-margin">Administrator</h2>
      <a href="https://en.wikipedia.org/wiki/John_Patrick_Raynor" target="_blank"><img class="img-responsive" alt="John P. Raynor Library" src="https://upload.wikimedia.org/wikipedia/commons/0/0e/Raynor_Library.jpg"></a>
      <figcaption>The John P. Raynor Library.</figcaption>
    </div>
  </div>
  <div class="row">
  <div class="col-md-6 col-md-offset-3">
  <h3>Here is a brief outline of Father Raynor's life:</h3>
  </div>
  <div class="col-md-6 col-md-offset-3">
  <ul>
    <li><strong>October 1, 1923</strong> - Born in Omaha, Nebraska to Walter and Mary Clare Raynor</li>
    <li>Attended Creighton Preparatory High School</li>
    <li><strong>1941</strong> - Joined the Jesuit order.</li>
    <li><strong>1947 &ndash; 1948</strong> - Graduated from St. Louis University, earning bachelor's and master's degrees in Greek and Latin.</li>
    <li><strong>1948 &ndash; 1951</strong> - Taught and served as vice principal at St. Louis University High School.</li>
    <li><strong>1954</strong> - Ordained as a priest.</li>
    <li><strong>1959</strong> - Earned a Doctorate in higher education from the University of Chicago.</li>
    <li><strong>1960</strong> - Joined the faculty of Marquette University. Served as Assistant Dean to the College of Liberal Arts.</li>
    <li><strong>1962</strong> - Became Marquette University's 20th President.</li>
    <li><strong>1985 &ndash; 1990</strong> - Campaign for Marquette fund drive raised more than $130 million for the university.</li>
    <li><strong>1990</strong> - Retired but still continued his fundraising efforts.</li>
    <li><strong>November 14, 1997</strong> - Died after a battle with cancer.</li>
  </ul>
  </div>
  </div>
  <div class="row">
  <div class="col-md-8 col-md-offset-2">
    <p><strong>Credits:</strong></p>
    <p>Photos of Father Raynor, the Jesuit mark, the Marquette School of Education, and the John P. Raynor Library link to the respective sites from which they are used.
    <p>All information from this site is from <a href="https://en.wikipedia.org/wiki/John_Patrick_Raynor" target="_blank">this Wikipedia article</a> on Father John Patrick Raynor.</p>
    </div>
  </div>
</div>
              
            
!

CSS

              
                .center {
  display: block;
  margin: 0 auto;
  border-radius: 20px;
}

.center-align {
  text-align: center;
}

.img-responsive {  
  display: block;  
  height: 200px;
  width: 200px;
  border-radius: 20px;
}

.correct-header-margin {
  margin-right: 5px;
}
              
            
!

JS

              
                
              
            
!
999px

Console