Կաղապար:Խորհրդարան2/css

Վիքիպեդիայից՝ ազատ հանրագիտարանից
.colHeader {
	display: block;
	float:left;
	margin: 1% 0 1% 0.6%;
	background: #fff;
	border: solid #c8ccd1;
	border-width: 1px 0;
	box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.15 );
	padding: 0.5rem;
}

.colHeader:first-child { margin-left: 0; }

.sectionHeader {
	clear: both;
	padding: 0;
	margin: 0;
	font-size:80%;
}

.sectionHeader.groupHeader {
  display: flex;
  flex-wrap: wrap;
}

.sectionHeader.groupHeader > .colHeader {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.sectionHeader.groupHeader > .colHeader > div {
  flex: 1;
}