make the buttons bigger

This commit is contained in:
xfnw 2020-10-23 16:07:52 -04:00
parent f7e946950a
commit 426e2e0d16
2 changed files with 11 additions and 2 deletions

View file

@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<meta name="generator" content= <meta name="generator" content=
"lick simple site"> "xfwc">
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>XFSSTITLE</title> <title>XFSSTITLE</title>
<link rel="stylesheet" href="template/style.css"> <link rel="stylesheet" href="template/style.css">
@ -13,7 +13,7 @@
<h1>XFSSTITLE</h1> <h1>XFSSTITLE</h1>
<center> <center id='cnav'>
<a href="1.html"><<</a> <a href="1.html"><<</a>
<a href="PRE.html"><</a> <a href="PRE.html"><</a>
<a href="RANDOM.html">?</a> <a href="RANDOM.html">?</a>

View file

@ -93,3 +93,12 @@ width: 100%;
} }
} }
#cnav {
text-align: center;
font-size: 2em;
}