+
+
+ Get the source code:
+
+
diff --git a/showhider.css b/showhider.css
index c5ec96e..cea9ba7 100644
--- a/showhider.css
+++ b/showhider.css
@@ -8,3 +8,8 @@
#hidenav {display:block; }
#shownav:target {display: block; }
#hidenav:target {display: none; }
+
+#donate {display:none; }
+#hidedonate {display:block; }
+#donate:target {display: block; }
+#hidedonate:target {display: none; }
diff --git a/style.css b/style.css
index f76cfd5..963d79f 100755
--- a/style.css
+++ b/style.css
@@ -155,3 +155,10 @@ input {
float: right;
width: 15%;
}
+#returnhome {
+ font-size: xxx-large;
+ display: inline;
+}
+h1 {
+ display: inline;
+}