#example-element {
    width: 100%;
    text-align: left;
    column-count: 3;
}

p {
    margin: 0 0 1em 0;
    background-color: #ccc;
}
