From af97cdcd4997186fccc955b78577407604fd10ac Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Sat, 11 Apr 2020 20:20:27 -0500 Subject: instrumental software --- public/a/index.html | 28 ---------------------------- public/a/style.css | 35 ----------------------------------- 2 files changed, 63 deletions(-) delete mode 100644 public/a/index.html delete mode 100644 public/a/style.css (limited to 'public/a') diff --git a/public/a/index.html b/public/a/index.html deleted file mode 100644 index b7d65ac..0000000 --- a/public/a/index.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - why not - - - - -

-blaise/blog/why not -

- -
- -

Header:

-

Markdown content

-

a

- -
- - - - - \ No newline at end of file diff --git a/public/a/style.css b/public/a/style.css deleted file mode 100644 index f1b4927..0000000 --- a/public/a/style.css +++ /dev/null @@ -1,35 +0,0 @@ -a { - text-decoration: none; - color: #81a2be; -} - -body { - font-family: sans-serif; - margin: 40px auto; - max-width: 650px; - line-height: 1.5; - font-size: 16px; - background-color: #1d1f21; - color: #c5c8c6; - padding: 0 10px; - text-align: left; -} - -.singlespaced { - line-height: 1; -} - -.horizontal { - display: flex; - list-style-type: none; - padding: 0; - justify-content: space-between; -} - -.tab30 { - margin-left: 30px; -} - -.tab60 { - margin-left: 60px; -} \ No newline at end of file -- cgit v1.2.3