From e70a719c638509087539b3ba0dba0b61d65519ca Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Sat, 10 Apr 2021 16:04:07 +0200 Subject: First --- content/css/main.css | 21 +++++++++++++++++++++ content/index.html | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100755 content/css/main.css create mode 100755 content/index.html (limited to 'content') diff --git a/content/css/main.css b/content/css/main.css new file mode 100755 index 0000000..5236e3f --- /dev/null +++ b/content/css/main.css @@ -0,0 +1,21 @@ +html { + font-family: Hack, monospace; + color: #eeeeee; + background-color:#1e1e1e; + line-height: 1.6; +} +main { + max-width: 70ch; + padding: 2ch; + margin: auto; +} +h1::before { + content: '# '; +} +h2::before { + content: '## '; +} +a { + color: #569cd6; + text-decoration: none; +} diff --git a/content/index.html b/content/index.html new file mode 100755 index 0000000..bb43d3f --- /dev/null +++ b/content/index.html @@ -0,0 +1,37 @@ + + + + + Bond_009 Coverage Lab + + + + + + + + + + + + + +
+
+

Bond_009 Coverage Lab

+ +
+ +
+
+
+ + + -- cgit v1.2.3