alexkarle.com

Source for alexkarle.com
git clone git://git.alexkarle.com/alexkarle.com.git
Log | Files | Refs | README | LICENSE

header.html (640B) [raw]


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 <head>
      4 <meta charset="utf-8"/>
      5 <meta name="viewport" content="width=device-width,initial-scale=1">
      6 <!-- Inspired by https://www.swyx.io/css-100-bytes/ -->
      7 <style>
      8 html {
      9   max-width: 70ch;
     10   padding: 3em 1em;
     11   margin: auto;
     12   font-size: 1em;
     13   font-family: sans-serif;
     14 }
     15 footer {
     16   margin-top: 50px;
     17   font-size: .8em;
     18 }
     19 code { font-family: consolas, courier, monospace; }
     20 h1 { font-size: 1.5em; }
     21 h2 { font-size: 1.2em; }
     22 h3 { font-size: 1.1em; }
     23 blockquote, pre {
     24   background: #f2f2f2;
     25   overflow: auto;
     26   padding: 10px;
     27   border: 2px solid black;
     28 }
     29 </style>
     30 <title>alexkarle.com</title>
     31 </head>
     32 <body>