@supports

by stopsatgreen

HTML

<h1>Ladies</h1>

CSS

@supports (-webkit-column-count: 1) {
    h1 { color: red; }
}