From ef1cee22e6326041d6c6aa6f7bdb6d96545725e5 Mon Sep 17 00:00:00 2001 From: Nicholas Pease Date: Thu, 28 Mar 2019 17:34:11 -0400 Subject: [PATCH] Add files via upload --- index.html | 14 ++++++++------ style.css | 5 +++++ 2 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 style.css diff --git a/index.html b/index.html index 92f6814..0f9a448 100644 --- a/index.html +++ b/index.html @@ -1,14 +1,17 @@ - WebStrayer v.1 - Nicholas Pease + WebStrayer v.2 - Nicholas Pease + - + - -
- Chapter 1
+
+

Chapter 1

+ Table of Contents: + Chapter 1
Chapter 2
Chapter 3
Chapter 4
@@ -32,8 +35,7 @@ Chapter 22
Chapter 23
-

Chapter 1

+
diff --git a/style.css b/style.css new file mode 100644 index 0000000..78d50ca --- /dev/null +++ b/style.css @@ -0,0 +1,5 @@ +body {background-color: white;color: black;} +td {border: solid 1px white;} +#chapter_name {text-transform: capitalize;} +#toc {background-color: white;border: solid 1px black; color: black;} +#pdfcell {background-color: #525659;border: solid 1px black;} \ No newline at end of file