summaryrefslogtreecommitdiff
path: root/11365-h/fern.css
diff options
context:
space:
mode:
authorRoger Frank <rfrank@pglaf.org>2025-10-15 04:36:45 -0700
committerRoger Frank <rfrank@pglaf.org>2025-10-15 04:36:45 -0700
commit57c542c261e243d6c0e0de1df012f3a1ad56dc22 (patch)
treed77f08d3d0c03db416a205b738f5d0ed0c6e1c2e /11365-h/fern.css
initial commit of ebook 11365HEADmain
Diffstat (limited to '11365-h/fern.css')
-rw-r--r--11365-h/fern.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/11365-h/fern.css b/11365-h/fern.css
new file mode 100644
index 0000000..9c8d614
--- /dev/null
+++ b/11365-h/fern.css
@@ -0,0 +1,23 @@
+h1,h2,h3,h4 {text-align: center}
+li {list-style-type:none}
+table {border-color: none;
+ border-width: 0;
+ border-style: solid;}
+td {border-color: black;
+ border-style: solid;
+ border-width: 0;
+ padding: 4px;
+ border-spacing: 4px;
+ text-align: left;
+ vertical-align: baseline;};
+hr {border: thick solid red;
+ width: 50%;}
+body {background-color: #fffded;
+ margin:10%;
+ text-align:left;}
+img {border-style: solid;
+ border-width: 1px;
+ border-color: silver;
+ background-color: transparent;
+ padding: 6px;}
+h1,h2,h3,h4,h5,h6 {color:#a82c28} \ No newline at end of file