Slide 11
Slide 11 text
The column-rule
property sets a rule
between columns. It
takes no space of it’s
own and overlays the
column-gap.
.col-wrapper {
background-color: rgb(234,237,228);
color: rgb(68,68,68);
padding: 20px;
border-radius: 5px;
column-width: 220px;
column-gap: 2em;
column-rule: 2px dotted rgb(170,179,171);
}
Multi-col
Friday, 14 February 14