CSS - Add 2 columns, a magazine-like

0 votes
209 views
added Aug 4, 2022 in CSS by lcjr First Warrant Officer (11,790 points)
.roc {
	@media (min-width: 992px) {
		column-count: 2;
	}
}

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...