edgeblog/content/_header.md

51 lines
1.0 KiB
Markdown
Raw Normal View History

<style>
2022-10-02 02:46:07 +00:00
/* 100 Bytes of CSS to look good nearly anywhere */
2022-10-02 03:17:53 +00:00
body {
2022-10-02 02:46:07 +00:00
max-width: 70ch;
padding: 3em 1em;
margin: auto;
line-height: 1.75;
font-size: 1.25em;
2022-10-02 03:17:53 +00:00
font-family: sans-serif;
}
2022-10-02 02:46:07 +00:00
/* 100 More optional bytes */
h1, h2, h3, h4, h5, h6 {
text-align: center;
2022-10-02 03:17:53 +00:00
margin: 1em 0 1em;
2022-10-02 02:46:07 +00:00
}
p, ul, ol {
margin-bottom: 2em;
color: #1d1d1d;
}
2022-10-02 02:46:07 +00:00
/* Don't underline the link to the index page */
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 */
img {
2022-10-02 03:17:53 +00:00
display: block;
margin: 2 auto;
aspect-ratio: attr(width) / attr(height);
}
2022-10-02 02:46:07 +00:00
/* For each particular image, set its size */
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
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Markdown@Edge</title>
<a href="/"><h1>Markdown@Edge</h1></a>
---