From 7ebd3e341eca0eb01c1a93e6f3f2007218c0d8cc Mon Sep 17 00:00:00 2001 From: Cflip <36554078+cflip@users.noreply.github.com> Date: Mon, 25 Jan 2021 20:44:13 -0700 Subject: Add page to show all posts --- all.php | 28 ++++++++++++++++++++++++++++ index.php | 22 ++++++++++++---------- styles/style.css | 10 ++++++++++ 3 files changed, 50 insertions(+), 10 deletions(-) create mode 100644 all.php diff --git a/all.php b/all.php new file mode 100644 index 0000000..2588a38 --- /dev/null +++ b/all.php @@ -0,0 +1,28 @@ + + + + + + + + + + +
Latest ThreadsLatest Post
+ + \ No newline at end of file diff --git a/index.php b/index.php index 3672dbe..a3d6fce 100644 --- a/index.php +++ b/index.php @@ -53,12 +53,14 @@ include_once 'header.php'; mysqli_stmt_close($stmt); mysqli_free_result($result); ?> - - - - - - + +
Latest ThreadsLatest Post
+ + + + + + -
Latest Threads View AllLatest Post
- + + + + \ No newline at end of file diff --git a/styles/style.css b/styles/style.css index 29ed200..8177684 100644 --- a/styles/style.css +++ b/styles/style.css @@ -55,6 +55,16 @@ a:hover { text-decoration: none; } +th a { + color: white; + font-style: italic; +} + +th a:hover { + color:#ddd; + text-decoration: none; +} + #title { color: #eee; margin: 20px; -- cgit v1.2.3