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

Jump to content

Help:Table/styles.css

From Wikipedia, the free encyclopedia
.sample_code {
  display: inline-grid;
  vertical-align: top;
  margin-right: 2em;
}

.sample_table {
  display: inline-grid;
  vertical-align: top;
}

.box-aligned {
  display: inline-grid;
  border: 2px solid grey;
  padding: 3px;
  vertical-align: top;
}

.box {
  display: inline-grid;
  border: 2px solid grey;
  padding: 3px;
}

.grid {
  display: inline-grid;
}

.gridbox {
  display: inline-grid;
  border: 1px solid;
}