Center some things

This commit is contained in:
swag 2021-12-30 22:04:31 -05:00
parent d7613d8b04
commit 9563daf9b6
2 changed files with 19 additions and 13 deletions

View File

@ -21,4 +21,6 @@
</tr> </tr>
<% } %> <% } %>
</table> </table>
<center>
<%= pagination($this_page, $last_page, '?page={page}') %> <%= pagination($this_page, $last_page, '?page={page}') %>
</center>

View File

@ -7,6 +7,7 @@
</head> </head>
<body> <body>
<div class="outer"> <div class="outer">
<center>
<h1>Guestbook-NG</h1> <h1>Guestbook-NG</h1>
<!-- Nav table --> <!-- Nav table -->
<table> <table>
@ -17,14 +18,17 @@
</tr> </tr>
</table> </table>
<hr> <hr>
</center>
</div> </div>
<div class="inner"> <div class="inner">
<%= content %> <%= content %>
</div> </div>
<div class="outer"> <div class="outer">
<footer> <footer>
<center>
<p><i>Maximize your dynamic innovation using battle-tested deep <p><i>Maximize your dynamic innovation using battle-tested deep
learning models.</i></p> learning models.</i></p>
</center>
</footer> </footer>
</div> </div>
</body> </body>