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: a236d2d1eb6b34fc

Jump to content

Template:Column/sandbox/styles.css

From Wikipedia, the free encyclopedia
@media (min-width: 720px) {
	.columns-sb-start .column {
		/* @noflip */
		float: left;
		min-width: 20em;
	}
	
	.columns-sb-2 .column {
		width: calc(100% / 2);
	}
	
	.columns-sb-3 .column {
		width: calc(100% / 3);
	}
	
	.columns-sb-4 .column {
		width: calc(100% / 4);
	}
	
	.columns-sb-5 .column {
		width: calc(100% / 5);
	}
	
	.center-content {
		display: flex;
		justify-content: center;
}
}