Core technologies

 avatar
unknown
css
3 years ago
418 B
5
Indexable
.core-tech-list {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	line-height: 1.2;
}

.core-tech-list__item {
	flex: 1 1 50%;
	min-width: 18rem;
	padding: 1rem 2rem 1rem 3%;
	display: flex;
	gap: 1rem;
}

.core-tech-list__item h3 {
	font-family: monospace;
	font-size: 2.5rem;
	padding: 0.5rem 0.6rem;
	color: #fff;
	background-color: #000;
	text-align: center;
	align-self: flex-start;
}
Editor is loading...