make the buttons bigger
This commit is contained in:
parent
f7e946950a
commit
426e2e0d16
2 changed files with 11 additions and 2 deletions
|
@ -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>
|
||||||
|
|
|
@ -93,3 +93,12 @@ width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#cnav {
|
||||||
|
text-align: center;
|
||||||
|
font-size: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue