<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul#example {
	list-style: none;
	margin: 50px 0;
	padding: 0;
	display: block;
	text-align: center;
}
ul#example li {
	display: inline-block;
}
ul#example li span {
	font-size: 80px;
	font-weight: 300;
	line-height: 80px;
}
ul#example li.seperator {
	font-size: 80px;
	line-height: 70px;
	vertical-align: top;
}
ul#example li p {
	color: #a7abb1;
	font-size: 25px;
}</pre></body></html>