edgeblog/content/_header.md

39 lines
576 B
Markdown
Raw Normal View History

<style>
body {
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
h1, h2, h3, h4, h5, h6 {
text-align: center;
}
h1 a {
text-decoration: none;
color: black;
font-weight: bold;
}
img {
margin-left: auto;
margin-right: auto;
margin-top: 2px;
margin-bottom: 8px;
aspect-ratio: attr(width) / attr(height);
}
img[alt="A diagram showing the difference in pipeline between normal websites with a CDN and this monstrosity"] {
width: 582px;
height: 521px;
}
</style>
<title>Markdown@Edge</title>
<a href="/"><h1>Markdown@Edge</h1></a>
---