Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a261a63efde3d685

Jump to content

Template:Flex list/styles.css

From Wikipedia, the free encyclopedia
.flex-list ul {
	display: flex; /* eat whitespace */
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.flex-list li {
	text-align: center;
	padding: 0 0.25em;
}

.flex-list-2em li {
	min-width: 1.5em;
}

.flex-list-3em li {
	min-width: 2.5em;
}

.flex-list-grow li {
	flex-grow: 1;
}