Digital pattern library

Intro

The intro pattern presents a centered heading and paragraph. Ideally used in between other full width image-heavy content.


Default


Seven centuries of academic excellence and groundbreaking research

Over the last 600 years, the University of St Andrews has established a reputation as one of the world’s leading research and teaching centres. Today, we offer a flexible degree structure based on your choice of subject specialism or research, creating an environment which nurtures inquisitive minds and a culture of shared learning.


Code

<!-- Begin pattern: intro //-->

<div class="container">
    <div class="intro">
        <hr>
            <h3>Seven centuries of academic excellence and groundbreaking&nbsp;research</h3>
            <p>Over the last 600 years, the University of St&nbsp;Andrews has established a reputation as one of the world’s leading research and teaching centres. Today, we offer a flexible degree structure based on your choice of subject specialism or research, creating an environment which nurtures inquisitive minds and a culture of shared&nbsp;learning.</p>
        <hr>
    </div>
</div>

<!-- End pattern: intro //-->