Content area


Two column layout

Voluptatem ipsum aut saepe vel id voluptatem vero. Debitis et quod sequi est. Nam harum ut occaecati sapiente. Cumque quod et id et fugit nemo et.

Deleniti aut dolores non itaque dolore dolorem occaecati qui. Qui laborum at maiores. Soluta adipisci repellat qui ut ullam. Facilis animi commodi rem ut et quae.

            
<div class="row -mx-4 md:flex">
    <div class="md:w-1/2 px-4">
        <p>Neque voluptatem vel rerum eum voluptatibus at corporis iusto. Voluptatem ad qui dolore. Ullam voluptatem magni repudiandae odit fugiat. Quia harum alias aliquid consequuntur dignissimos minima et delectus.</p>
    </div>
    <div class="md:w-1/2 px-4">
        <p>Distinctio ut odio sit provident. In quae atque et quam ea autem natus. Sit voluptas nulla molestias eligendi magni accusantium. Recusandae molestiae explicabo a.</p>
    </div>
</div>
        

Three column layout

Impedit dolorum in velit. Id sed cumque quod. Exercitationem repellat distinctio dolore autem aspernatur qui. Omnis numquam ipsam nihil sunt a.

Omnis et quam mollitia eum quod. Dolorem fugit aspernatur illum repudiandae eligendi autem. Adipisci ea quaerat non. Possimus magni ipsa ipsam saepe itaque et.

Sunt sed et voluptas iusto voluptatem. Rerum soluta nostrum dolorem magnam quis fuga. Enim accusamus officiis ea quia et eligendi consequatur.

            
<div class="row -mx-4 lg:flex">
    <div class="lg:w-1/3 px-4">
        <p>Ut qui consectetur iusto enim rem sit. Autem quo reiciendis debitis dolorem distinctio quidem qui. Numquam officia consequatur est eos et magni sit. Repudiandae qui ipsam ad dignissimos.</p>
    </div>
    <div class="lg:w-1/3 px-4">
        <p>Sequi quibusdam minima sed quis ut rerum perspiciatis aliquid. Qui quia nam itaque. Beatae porro ut id ut sunt quidem.</p>
    </div>
    <div class="lg:w-1/3 px-4">
        <p>Ut non nobis ipsam pariatur omnis consectetur quas. Tempore omnis modi consequuntur quo explicabo. Dolore est tenetur saepe quos possimus.</p>
    </div>
</div>
        

Table

Example table with fake contact information
Image First name Last name Email
Example table image showing the image size of 150x50 Candida Hand weimann.precious@yahoo.com
Example table image showing the image size of 150x50 Arturo Kuvalis asa28@schimmel.com
Example table image showing the image size of 150x50 Kelton Parisian lkshlerin@yahoo.com
Example table image showing the image size of 150x50 Kayli Hyatt shanie34@hotmail.com
        
<table class="table-stack">
        <caption>Example table with caption</caption>
    <thead>
        <tr>
            <th scope="col"></th>
            <th scope="col"></th>
            <th scope="col"></th>
        </tr>
    </thead>

    <tbody>
        <tr>
            <td></td>
            <td></td>
            <td></td>
        </tr>
    </tbody>
</table>
        

Abbreviations

WSU


Unordered lists

  • First
  • Second
  • Third

Ordered lists

  1. First
  2. Second
  3. Third

Data lists

First
Description of first.
Second
Description of second.
Third
Description of third.

Blockquote

Ratione est neque nisi tempora. Consequatur dolor omnis rerum voluptate iusto ut laborum sed. Est numquam mollitia nam cum. Inventore nam voluptas illum id debitis. Ullam maxime autem dignissimos maiores eligendi mollitia unde. Sunt nostrum autem molestiae sed et sed enim recusandae. Sed earum nihil explicabo sint accusamus veniam. Magnam itaque reiciendis odio quibusdam doloribus qui dicta.

        
<blockquote>
    <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</blockquote>
        

PDF links

Links to PDFs will automatically append the file type to the end of the link. Example: download brochure.

Buttons

Standard button
Dark button Expanded button
        
<a href="#" class="button">Standard button</a>
<a href="#" class="button bg-gradient-green text-white">Dark button</a>
<a href="#" class="button expanded">Expanded button</a>
        

Headers

H1: Vero mollitia reiciendis eaque libero.

H2: Tempore ut quae ut dolor velit rerum saepe incidunt.

H3: Incidunt quidem non dolorem voluptas.

H4: Voluptas sint quas ut aut dolorum ad quia.

H5: Recusandae nulla dolor in beatae.
H6: Aut unde sed et voluptas non quia.

Media

Any valid YouTube URL starting with youtu.be or youtube.com/watch will open a lightbox with the video.

School of Medicine Commencement YouTube video

        
<p>
    <a href="//www.youtube.com/watch?v=guRgefesPXE">
        <img src="//i.wayne.edu/youtube/guRgefesPXE" alt="Description of YouTube video">
    </a>
</p>
        

Responsive Embed

To make sure embedded content maintains its aspect ratio as the width of the screen changes, wrap the iframe, object, embed, or video in a container with the .responsive-embed class.

        
<div class="responsive-embed">
    <iframe width="420" height="315" src="//www.youtube.com/embed/guRgefesPXE" title="Responsive embed example" allowfullscreen></iframe>
</div>
        

Figure

Example figure image showing the image size of 400x300
Quae dolor non sequi fuga dolorem molestiae ipsam.
                
<figure>
    <img src="/styleguide/image/400x300" alt="">
    <figcaption>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</figcaption>
</figure>
                
More options

Colors

Lightest green
Lighter green
Light green
Base green
Dark green
Darker green
Darkest green
Lightest yellow
Lighter yellow
Light yellow
Base yellow
Dark yellow
Darker yellow
Darkest yellow
White
Lightest grey
Lighter grey
Light grey
Base grey
Dark grey
Darker grey
Darkest grey
Black