Basic Card
Card image cap

Card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Go somewhere
<div class="card" style="width: 30rem;">
    <img class="card-img-top" src="assets/images/placeholder.png" alt="Card image cap"/>
    <div class="card-body">
        <h4 class="card-title">Card title</h4>
        <p class="card-text">Some quick example text to build on the card title and make up the bulk of
            the card's content.</p>
        <a href="#" class="btn btn-primary">Go somewhere</a>
    </div>
</div>

Content types

Blocks
This is some text within a card block.
<div class="card">
    <div class="card-body">
        This is some text within a card block.
    </div>
</div>
Titles, Text and Links

Card title

Card subtitle

Some quick example text to build on the card title and make up the bulk of the card's content.

Card link Another link
<div class="card" style="width: 30rem;">
    <div class="card-body">
        <h4 class="card-title">Card title</h4>
        <h6 class="card-subtitle mb-2 text-muted">Card subtitle</h6>
        <p class="card-text">Some quick example text to build on the card title and make up the bulk of
            the card's content.</p>
        <a href="#" class="card-link">Card link</a>
        <a href="#" class="card-link">Another link</a>
    </div>
</div>
Images
Card image cap

Some quick example text to build on the card title and make up the bulk of the card's content.

<div class="card" style="width: 30rem;">
    <img class="card-img-top" src="assets/images/placeholder.png" alt="Card image cap">
    <div class="card-body">
        <p class="card-text">Some quick example text to build on the card title and make up the bulk of
            the card's content.</p>
    </div>
</div>
List Groups
  • Cras justo odio
  • Dapibus ac facilisis in
  • Vestibulum at eros
<div class="card" style="width: 30rem;">
    <ul class="list-group list-group-flush">
        <li class="list-group-item">Cras justo odio</li>
        <li class="list-group-item">Dapibus ac facilisis in</li>
        <li class="list-group-item">Vestibulum at eros</li>
    </ul>
</div>
Kitchen Sink
Card image cap

Card title

Some quick example text to build on the card title and make up the bulk of the card's content.

  • Cras justo odio
  • Dapibus ac facilisis in
  • Vestibulum at eros
<div class="card" style="width: 30rem;">
    <img class="card-img-top" src="assets/images/placeholder.png" alt="Card image cap">
    <div class="card-body">
        <h4 class="card-title">Card title</h4>
        <p class="card-text">Some quick example text to build on the card title and make up the bulk of
            the card's content.</p>
    </div>
    <ul class="list-group list-group-flush">
        <li class="list-group-item">Cras justo odio</li>
        <li class="list-group-item">Dapibus ac facilisis in</li>
        <li class="list-group-item">Vestibulum at eros</li>
    </ul>
    <div class="card-body">
        <a href="#" class="card-link">Card link</a>
        <a href="#" class="card-link">Another link</a>
    </div>
</div>
Header and Footer
Featured

Special title treatment

With supporting text below as a natural lead-in to additional content.

Go somewhere
<div class="card">
    <div class="card-header">
        Featured
    </div>
    <div class="card-body">
        <h4 class="card-title">Special title treatment</h4>
        <p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
        <a href="#" class="btn btn-primary">Go somewhere</a>
    </div>
</div>
Header Styles

Featured

Special title treatment

With supporting text below as a natural lead-in to additional content.

Go somewhere
<div class="card">
    <h4 class="card-header">Featured</h4>
    <div class="card-body">
        <h4 class="card-title">Special title treatment</h4>
        <p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
        <a href="#" class="btn btn-primary">Go somewhere</a>
    </div>
</div>
Card Header
Quote

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

Someone famous in Source Title
<div class="card">
    <div class="card-header">
        Quote
    </div>
    <div class="card-body">
        <blockquote class="blockquote mb-0">
            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
            <footer class="blockquote-footer">Someone famous in <cite title="Source Title">Source
                Title</cite></footer>
        </blockquote>
    </div>
</div>
Card Header
Featured

Special title treatment

With supporting text below as a natural lead-in to additional content.

Go somewhere
<div class="card text-center">
    <div class="card-header">
        Featured
    </div>
    <div class="card-body">
        <h4 class="card-title">Special title treatment</h4>
        <p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
        <a href="#" class="btn btn-primary">Go somewhere</a>
    </div>
    <div class="card-footer text-muted">
        2 days ago
    </div>
</div>

Sizing

Using Grid Markup

Special title treatment

With supporting text below as a natural lead-in to additional content.

Go somewhere

Special title treatment

With supporting text below as a natural lead-in to additional content.

Go somewhere
<div class="row">
    <div class="col-sm-6">
        <div class="card">
            <div class="card-body">
                <h4 class="card-title">Special title treatment</h4>
                <p class="card-text">With supporting text below as a natural lead-in to additional
                    content.</p>
                <a href="#" class="btn btn-primary">Go somewhere</a>
            </div>
        </div>
    </div>
    <div class="col-sm-6">
        <div class="card">
            <div class="card-body">
                <h4 class="card-title">Special title treatment</h4>
                <p class="card-text">With supporting text below as a natural lead-in to additional
                    content.</p>
                <a href="#" class="btn btn-primary">Go somewhere</a>
            </div>
        </div>
    </div>
</div>
Using Utilities

Card title

With supporting text below as a natural lead-in to additional content.

Button

Card title

With supporting text below as a natural lead-in to additional content.

Button
<div class="card w-75">
    <div class="card-body">
        <h4 class="card-title">Card title</h4>
        <p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
        <a href="#" class="btn btn-primary">Button</a>
    </div>
</div>

<div class="card w-50">
    <div class="card-body">
        <h4 class="card-title">Card title</h4>
        <p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
        <a href="#" class="btn btn-primary">Button</a>
    </div>
</div>
Using Custom CSS

Special title treatment

With supporting text below as a natural lead-in to additional content.

Go somewhere
<div class="card" style="width: 30rem;">
    <div class="card-body">
        <h4 class="card-title">Special title treatment</h4>
        <p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
        <a href="#" class="btn btn-primary">Go somewhere</a>
    </div>
</div>
Text Alignment

Special title treatment

With supporting text below as a natural lead-in to additional content.

Go somewhere

Special title treatment

With supporting text below as a natural lead-in to additional content.

Go somewhere

Special title treatment

With supporting text below as a natural lead-in to additional content.

Go somewhere
<div class="card" style="width: 30rem;">
    <div class="card-body">
        <h4 class="card-title">Special title treatment</h4>
        <p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
        <a href="#" class="btn btn-primary">Go somewhere</a>
    </div>
</div>

<div class="card text-center" style="width: 30rem;">
    <div class="card-body">
        <h4 class="card-title">Special title treatment</h4>
        <p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
        <a href="#" class="btn btn-primary">Go somewhere</a>
    </div>
</div>

<div class="card text-right" style="width: 30rem;">
    <div class="card-body">
        <h4 class="card-title">Special title treatment</h4>
        <p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
        <a href="#" class="btn btn-primary">Go somewhere</a>
    </div>
</div>
Navigation

Special title treatment

With supporting text below as a natural lead-in to additional content.

Go somewhere
<div class="card text-center">
    <div class="card-header">
        <ul class="nav nav-tabs card-header-tabs">
            <li class="nav-item">
                <a class="nav-link active" href="#">Active</a>
            </li>
            <li class="nav-item">
                <a class="nav-link" href="#">Link</a>
            </li>
            <li class="nav-item">
                <a class="nav-link disabled" href="#">Disabled</a>
            </li>
        </ul>
    </div>
    <div class="card-body">
        <h4 class="card-title">Special title treatment</h4>
        <p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
        <a href="#" class="btn btn-primary">Go somewhere</a>
    </div>
</div>
Navigation

Special title treatment

With supporting text below as a natural lead-in to additional content.

Go somewhere
<div class="card text-center">
    <div class="card-header">
        <ul class="nav nav-pills card-header-pills">
            <li class="nav-item">
                <a class="nav-link active" href="#">Active</a>
            </li>
            <li class="nav-item">
                <a class="nav-link" href="#">Link</a>
            </li>
            <li class="nav-item">
                <a class="nav-link disabled" href="#">Disabled</a>
            </li>
        </ul>
    </div>
    <div class="card-body">
        <h4 class="card-title">Special title treatment</h4>
        <p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
        <a href="#" class="btn btn-primary">Go somewhere</a>
    </div>
</div>

Images

Image Caps
Card image cap

Card title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

Last updated 3 mins ago

<div class="card mb-3">
    <img class="card-img-top" src="assets/images/placeholder.png" alt="Card image cap">
    <div class="card-body">
        <h4 class="card-title">Card title</h4>
        <p class="card-text">This is a wider card with supporting text below as a natural lead-in to
            additional content. This content is a little bit longer.</p>
        <p class="card-text">
            <small class="text-muted">Last updated 3 mins ago</small>
        </p>
    </div>
</div>
Image Caps

Card title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

Last updated 3 mins ago

Card image cap
<div class="card">
    <div class="card-body">
        <h4 class="card-title">Card title</h4>
        <p class="card-text">This is a wider card with supporting text below as a natural lead-in to
            additional content. This content is a little bit longer.</p>
        <p class="card-text">
            <small class="text-muted">Last updated 3 mins ago</small>
        </p>
    </div>
    <img class="card-img-bottom" src="assets/images/placeholder.png" alt="Card image cap">
</div>
Image Overlays
Card image

Card title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

Last updated 3 mins ago

<div class="card bg-dark text-white">
    <img class="card-img" src="assets/images/placeholder.png" alt="Card image">
    <div class="card-img-overlay">
        <h4 class="card-title">Card title</h4>
        <p class="card-text">This is a wider card with supporting text below as a natural lead-in to
            additional content. This content is a little bit longer.</p>
        <p class="card-text">Last updated 3 mins ago</p>
    </div>
</div>

Card styles

Background and color
Header

DANGER card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Header

DARK card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Header

INFO card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Header

LIGHT card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Header

PRIMARY card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Header

SECONDARY card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Header

SUCCESS card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Header

WARNING card title

Some quick example text to build on the card title and make up the bulk of the card's content.


<div class='card text-white bg-danger mb-3'
     style="max-width: 30rem;">
    <div class="card-header">Header</div>
    <div class="card-body">
        <h4 class="card-title">DANGER card title</h4>
        <p class="card-text">Some quick example text to build on the card title and make up the bulk
            of the card's content.</p>
    </div>
</div>

<div class='card text-white bg-dark mb-3'
     style="max-width: 30rem;">
    <div class="card-header">Header</div>
    <div class="card-body">
        <h4 class="card-title">DARK card title</h4>
        <p class="card-text">Some quick example text to build on the card title and make up the bulk
            of the card's content.</p>
    </div>
</div>

<div class='card text-white bg-info mb-3'
     style="max-width: 30rem;">
    <div class="card-header">Header</div>
    <div class="card-body">
        <h4 class="card-title">INFO card title</h4>
        <p class="card-text">Some quick example text to build on the card title and make up the bulk
            of the card's content.</p>
    </div>
</div>

<div class='card  bg-light mb-3'
     style="max-width: 30rem;">
    <div class="card-header">Header</div>
    <div class="card-body">
        <h4 class="card-title">LIGHT card title</h4>
        <p class="card-text">Some quick example text to build on the card title and make up the bulk
            of the card's content.</p>
    </div>
</div>

<div class='card text-white bg-primary mb-3'
     style="max-width: 30rem;">
    <div class="card-header">Header</div>
    <div class="card-body">
        <h4 class="card-title">PRIMARY card title</h4>
        <p class="card-text">Some quick example text to build on the card title and make up the bulk
            of the card's content.</p>
    </div>
</div>

<div class='card text-white bg-secondary mb-3'
     style="max-width: 30rem;">
    <div class="card-header">Header</div>
    <div class="card-body">
        <h4 class="card-title">SECONDARY card title</h4>
        <p class="card-text">Some quick example text to build on the card title and make up the bulk
            of the card's content.</p>
    </div>
</div>

<div class='card text-white bg-success mb-3'
     style="max-width: 30rem;">
    <div class="card-header">Header</div>
    <div class="card-body">
        <h4 class="card-title">SUCCESS card title</h4>
        <p class="card-text">Some quick example text to build on the card title and make up the bulk
            of the card's content.</p>
    </div>
</div>

<div class='card text-white bg-warning mb-3'
     style="max-width: 30rem;">
    <div class="card-header">Header</div>
    <div class="card-body">
        <h4 class="card-title">WARNING card title</h4>
        <p class="card-text">Some quick example text to build on the card title and make up the bulk
            of the card's content.</p>
    </div>
</div>
Border
Header

DANGER card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Header

DARK card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Header

INFO card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Header

LIGHT card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Header

PRIMARY card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Header

SECONDARY card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Header

SUCCESS card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Header

WARNING card title

Some quick example text to build on the card title and make up the bulk of the card's content.


<div class="card border-danger mb-3" style="max-width: 30rem;">
    <div class="card-header">Header</div>
    <div class='card-body text-danger'>
        <h4 class="card-title">DANGER card title</h4>
        <p class="card-text">Some quick example text to build on the card title and make up the bulk
            of the card's content.</p>
    </div>
</div>

<div class="card border-dark mb-3" style="max-width: 30rem;">
    <div class="card-header">Header</div>
    <div class='card-body text-dark'>
        <h4 class="card-title">DARK card title</h4>
        <p class="card-text">Some quick example text to build on the card title and make up the bulk
            of the card's content.</p>
    </div>
</div>

<div class="card border-info mb-3" style="max-width: 30rem;">
    <div class="card-header">Header</div>
    <div class='card-body text-info'>
        <h4 class="card-title">INFO card title</h4>
        <p class="card-text">Some quick example text to build on the card title and make up the bulk
            of the card's content.</p>
    </div>
</div>

<div class="card border-light mb-3" style="max-width: 30rem;">
    <div class="card-header">Header</div>
    <div class='card-body '>
        <h4 class="card-title">LIGHT card title</h4>
        <p class="card-text">Some quick example text to build on the card title and make up the bulk
            of the card's content.</p>
    </div>
</div>

<div class="card border-primary mb-3" style="max-width: 30rem;">
    <div class="card-header">Header</div>
    <div class='card-body text-primary'>
        <h4 class="card-title">PRIMARY card title</h4>
        <p class="card-text">Some quick example text to build on the card title and make up the bulk
            of the card's content.</p>
    </div>
</div>

<div class="card border-secondary mb-3" style="max-width: 30rem;">
    <div class="card-header">Header</div>
    <div class='card-body text-secondary'>
        <h4 class="card-title">SECONDARY card title</h4>
        <p class="card-text">Some quick example text to build on the card title and make up the bulk
            of the card's content.</p>
    </div>
</div>

<div class="card border-success mb-3" style="max-width: 30rem;">
    <div class="card-header">Header</div>
    <div class='card-body text-success'>
        <h4 class="card-title">SUCCESS card title</h4>
        <p class="card-text">Some quick example text to build on the card title and make up the bulk
            of the card's content.</p>
    </div>
</div>

<div class="card border-warning mb-3" style="max-width: 30rem;">
    <div class="card-header">Header</div>
    <div class='card-body text-warning'>
        <h4 class="card-title">WARNING card title</h4>
        <p class="card-text">Some quick example text to build on the card title and make up the bulk
            of the card's content.</p>
    </div>
</div>

Mixins utilities
Header

Success card title

Some quick example text to build on the card title and make up the bulk of the card's content.

<div class="card border-success mb-3" style="max-width: 30rem;">
    <div class="card-header bg-transparent border-success">Header</div>
    <div class="card-body text-success">
        <h4 class="card-title">Success card title</h4>
        <p class="card-text">Some quick example text to build on the card title and make up the bulk of
            the card's content.</p>
    </div>
    <div class="card-footer bg-transparent border-success">Footer</div>
</div>

Card layout

Card Groups
Card image cap

Card title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

Last updated 3 mins ago

Card image cap

Card title

This card has supporting text below as a natural lead-in to additional content.

Last updated 3 mins ago

Card image cap

Card title

This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.

Last updated 3 mins ago

<div class="card-group">
    <div class="card">
        <img class="card-img-top" src="assets/images/placeholder.png" alt="Card image cap">
        <div class="card-body">
            <h4 class="card-title">Card title</h4>
            <p class="card-text">This is a wider card with supporting text below as a natural lead-in to
                additional content. This content is a little bit longer.</p>
            <p class="card-text">
                <small class="text-muted">Last updated 3 mins ago</small>
            </p>
        </div>
    </div>
    <div class="card">
        <img class="card-img-top" src="assets/images/placeholder.png" alt="Card image cap">
        <div class="card-body">
            <h4 class="card-title">Card title</h4>
            <p class="card-text">This card has supporting text below as a natural lead-in to additional
                content.</p>
            <p class="card-text">
                <small class="text-muted">Last updated 3 mins ago</small>
            </p>
        </div>
    </div>
    <div class="card">
        <img class="card-img-top" src="assets/images/placeholder.png" alt="Card image cap">
        <div class="card-body">
            <h4 class="card-title">Card title</h4>
            <p class="card-text">This is a wider card with supporting text below as a natural lead-in to
                additional content. This card has even longer content than the first to show that equal
                height action.</p>
            <p class="card-text">
                <small class="text-muted">Last updated 3 mins ago</small>
            </p>
        </div>
    </div>
</div>
Card Groups with Footer
Card image cap

Card title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

Card image cap

Card title

This card has supporting text below as a natural lead-in to additional content.

Card image cap

Card title

This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.

<div class="card-group">
    <div class="card">
        <img class="card-img-top" src="assets/images/placeholder.png" alt="Card image cap">
        <div class="card-body">
            <h4 class="card-title">Card title</h4>
            <p class="card-text">This is a wider card with supporting text below as a natural lead-in to
                additional content. This content is a little bit longer.</p>
        </div>
        <div class="card-footer">
            <small class="text-muted">Last updated 3 mins ago</small>
        </div>
    </div>
    <div class="card">
        <img class="card-img-top" src="assets/images/placeholder.png" alt="Card image cap">
        <div class="card-body">
            <h4 class="card-title">Card title</h4>
            <p class="card-text">This card has supporting text below as a natural lead-in to additional
                content.</p>
        </div>
        <div class="card-footer">
            <small class="text-muted">Last updated 3 mins ago</small>
        </div>
    </div>
    <div class="card">
        <img class="card-img-top" src="assets/images/placeholder.png" alt="Card image cap">
        <div class="card-body">
            <h4 class="card-title">Card title</h4>
            <p class="card-text">This is a wider card with supporting text below as a natural lead-in to
                additional content. This card has even longer content than the first to show that equal
                height action.</p>
        </div>
        <div class="card-footer">
            <small class="text-muted">Last updated 3 mins ago</small>
        </div>
    </div>
</div>
Card Decks
Card image cap

Card title

This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

Last updated 3 mins ago

Card image cap

Card title

This card has supporting text below as a natural lead-in to additional content.

Last updated 3 mins ago

Card image cap

Card title

This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.

Last updated 3 mins ago

<div class="card-deck">
    <div class="card">
        <img class="card-img-top" src="assets/images/placeholder.png" alt="Card image cap">
        <div class="card-body">
            <h4 class="card-title">Card title</h4>
            <p class="card-text">This is a longer card with supporting text below as a natural lead-in
                to additional content. This content is a little bit longer.</p>
            <p class="card-text">
                <small class="text-muted">Last updated 3 mins ago</small>
            </p>
        </div>
    </div>
    <div class="card">
        <img class="card-img-top" src="assets/images/placeholder.png" alt="Card image cap">
        <div class="card-body">
            <h4 class="card-title">Card title</h4>
            <p class="card-text">This card has supporting text below as a natural lead-in to additional
                content.</p>
            <p class="card-text">
                <small class="text-muted">Last updated 3 mins ago</small>
            </p>
        </div>
    </div>
    <div class="card">
        <img class="card-img-top" src="assets/images/placeholder.png" alt="Card image cap">
        <div class="card-body">
            <h4 class="card-title">Card title</h4>
            <p class="card-text">This is a wider card with supporting text below as a natural lead-in to
                additional content. This card has even longer content than the first to show that equal
                height action.</p>
            <p class="card-text">
                <small class="text-muted">Last updated 3 mins ago</small>
            </p>
        </div>
    </div>
</div>
Card Decks with Footer - Line up
Card image cap

Card title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

Card image cap

Card title

This card has supporting text below as a natural lead-in to additional content.

Card image cap

Card title

This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.

<div class="card-deck">
    <div class="card">
        <img class="card-img-top" src="assets/images/placeholder.png" alt="Card image cap">
        <div class="card-body">
            <h4 class="card-title">Card title</h4>
            <p class="card-text">This is a wider card with supporting text below as a natural lead-in to
                additional content. This content is a little bit longer.</p>
        </div>
        <div class="card-footer">
            <small class="text-muted">Last updated 3 mins ago</small>
        </div>
    </div>
    <div class="card">
        <img class="card-img-top" src="assets/images/placeholder.png" alt="Card image cap">
        <div class="card-body">
            <h4 class="card-title">Card title</h4>
            <p class="card-text">This card has supporting text below as a natural lead-in to additional
                content.</p>
        </div>
        <div class="card-footer">
            <small class="text-muted">Last updated 3 mins ago</small>
        </div>
    </div>
    <div class="card">
        <img class="card-img-top" src="assets/images/placeholder.png" alt="Card image cap">
        <div class="card-body">
            <h4 class="card-title">Card title</h4>
            <p class="card-text">This is a wider card with supporting text below as a natural lead-in to
                additional content. This card has even longer content than the first to show that equal
                height action.</p>
        </div>
        <div class="card-footer">
            <small class="text-muted">Last updated 3 mins ago</small>
        </div>
    </div>
</div>
Card Columns
Card image cap

Card title that wraps to a new line

This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

Someone famous in Source Title
Card image cap

Card title

This card has supporting text below as a natural lead-in to additional content.

Last updated 3 mins ago

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat.

Someone famous in Source Title

Card title

This card has supporting text below as a natural lead-in to additional content.

Last updated 3 mins ago

Card image

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

Someone famous in Source Title

Card title

This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.

Last updated 3 mins ago

<div class="card-columns">
    <div class="card">
        <img class="card-img-top" src="assets/images/placeholder.png" alt="Card image cap">
        <div class="card-body">
            <h4 class="card-title">Card title that wraps to a new line</h4>
            <p class="card-text">This is a longer card with supporting text below as a natural lead-in
                to additional content. This content is a little bit longer.</p>
        </div>
    </div>
    <div class="card p-3">
        <blockquote class="blockquote mb-0 card-body">
            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
            <footer class="blockquote-footer">
                <small class="text-muted">
                    Someone famous in <cite title="Source Title">Source Title</cite>
                </small>
            </footer>
        </blockquote>
    </div>
    <div class="card">
        <img class="card-img-top" src="assets/images/placeholder.png" alt="Card image cap">
        <div class="card-body">
            <h4 class="card-title">Card title</h4>
            <p class="card-text">This card has supporting text below as a natural lead-in to additional
                content.</p>
            <p class="card-text">
                <small class="text-muted">Last updated 3 mins ago</small>
            </p>
        </div>
    </div>
    <div class="card bg-primary text-auto p-3 text-center">
        <blockquote class="blockquote mb-0">
            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat.</p>
            <footer class="blockquote-footer">
                <small>
                    Someone famous in <cite title="Source Title">Source Title</cite>
                </small>
            </footer>
        </blockquote>
    </div>
    <div class="card text-center">
        <div class="card-body">
            <h4 class="card-title">Card title</h4>
            <p class="card-text">This card has supporting text below as a natural lead-in to additional
                content.</p>
            <p class="card-text">
                <small class="text-muted">Last updated 3 mins ago</small>
            </p>
        </div>
    </div>
    <div class="card">
        <img class="card-img" src="assets/images/placeholder.png" alt="Card image">
    </div>
    <div class="card p-3 text-right">
        <blockquote class="blockquote mb-0">
            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
            <footer class="blockquote-footer">
                <small class="text-muted">
                    Someone famous in <cite title="Source Title">Source Title</cite>
                </small>
            </footer>
        </blockquote>
    </div>
    <div class="card">
        <div class="card-body">
            <h4 class="card-title">Card title</h4>
            <p class="card-text">This is a wider card with supporting text below as a natural lead-in to
                additional content. This card has even longer content than the first to show that equal
                height action.</p>
            <p class="card-text">
                <small class="text-muted">Last updated 3 mins ago</small>
            </p>
        </div>
    </div>
</div>
TODAY
Saturday
1 th Jan
Events

Group Meeting

In 32 Minutes, Room 1B

Public Beta Release

11:00 PM

Dinner with David

17:30 PM

Q&A Session

20:30 PM

Notes

Best songs to listen while working

Last edit: May 8th, 2015

Useful subreddits

Last edit: January 12th, 2015

Quick Settings

Notifications

Cloud Sync

Retro Thrusters