commit 426e2e0d168525b18b5b150d950163dfb4c187c5
parent f7e946950aa8f780d07afcf7b1471e15db96f344
Author: xfnw <xfnw@ttm.sh>
Date: Fri, 23 Oct 2020 16:07:52 -0400
make the buttons bigger
Diffstat:
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/template/page.html b/template/page.html
@@ -2,7 +2,7 @@
<html>
<head>
<meta name="generator" content=
- "lick simple site">
+ "xfwc">
<meta charset="UTF-8">
<title>XFSSTITLE</title>
<link rel="stylesheet" href="template/style.css">
@@ -13,7 +13,7 @@
<h1>XFSSTITLE</h1>
-<center>
+<center id='cnav'>
<a href="1.html"><<</a>
<a href="PRE.html"><</a>
<a href="RANDOM.html">?</a>
diff --git a/template/style.css b/template/style.css
@@ -93,3 +93,12 @@ width: 100%;
}
}
+
+
+
+#cnav {
+ text-align: center;
+ font-size: 2em;
+}
+
+