2022-09-20 16:44:33 +00:00
|
|
|
<style>
|
2022-10-02 02:46:07 +00:00
|
|
|
|
|
|
|
/* 100 Bytes of CSS to look good nearly anywhere */
|
|
|
|
html {
|
|
|
|
max-width: 70ch;
|
|
|
|
padding: 3em 1em;
|
|
|
|
margin: auto;
|
|
|
|
line-height: 1.75;
|
|
|
|
font-size: 1.25em;
|
2022-09-20 16:44:33 +00:00
|
|
|
}
|
|
|
|
|
2022-10-02 02:46:07 +00:00
|
|
|
/* 100 More optional bytes */
|
2022-09-20 16:44:33 +00:00
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
|
|
text-align: center;
|
2022-10-02 02:46:07 +00:00
|
|
|
margin: 3em 0 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
p, ul, ol {
|
|
|
|
margin-bottom: 2em;
|
|
|
|
color: #1d1d1d;
|
|
|
|
font-family: sans-serif;
|
2022-09-20 16:44:33 +00:00
|
|
|
}
|
|
|
|
|
2022-10-02 02:46:07 +00:00
|
|
|
/* Don't underline the link to the index page */
|
2022-09-20 16:44:33 +00:00
|
|
|
h1 a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: black;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2022-10-02 02:46:07 +00:00
|
|
|
/* Clear around images, and preallocate their space */
|
2022-09-20 16:44:33 +00:00
|
|
|
img {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
aspect-ratio: attr(width) / attr(height);
|
|
|
|
}
|
|
|
|
|
2022-10-02 02:46:07 +00:00
|
|
|
/* For each particular image, set its size */
|
2022-09-20 16:44:33 +00:00
|
|
|
img[alt="A diagram showing the difference in pipeline between normal websites with a CDN and this monstrosity"] {
|
|
|
|
width: 582px;
|
|
|
|
height: 521px;
|
|
|
|
}
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|
2022-10-02 02:46:07 +00:00
|
|
|
<!-- These should, by rights, go in <head>, but we have no such luxury. -->
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
2022-09-20 16:44:33 +00:00
|
|
|
<title>Markdown@Edge</title>
|
2022-10-02 02:46:07 +00:00
|
|
|
<!-- And here we begin the true page content. -->
|
2022-09-20 16:44:33 +00:00
|
|
|
|
|
|
|
<a href="/"><h1>Markdown@Edge</h1></a>
|
|
|
|
|
|
|
|
---
|
|
|
|
|