From 0dd3abefdb1f210c3d211f86095bdd3f59b45eab Mon Sep 17 00:00:00 2001 From: Samantha <37825989+Samrusike@users.noreply.github.com> Date: Tue, 5 Jan 2021 11:26:12 +0800 Subject: [PATCH] Update index.php I have removed the background and the "S" in the name on the footer too make it consistent with the rest as we renamed it to LRR only. --- index.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/index.php b/index.php index cc8a750..adad950 100644 --- a/index.php +++ b/index.php @@ -82,7 +82,7 @@ if (isset($_SESSION["user_fullname"])) {
@@ -122,13 +122,6 @@ width:100%; line-height: 1.5; color: #2471A3; } -body { - background-image: url("background.jpg"); - background-size: cover; - background-position: center; - background-repeat: no-repeat; - - }