From 3c8ba5383d8316c427f990b0d38883fc605c7cbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Batuhan=20Berk=20Ba=C5=9Fo=C4=9Flu?= Date: Sun, 9 Jun 2024 23:24:17 -0400 Subject: [PATCH] Updated the search bar. --- css/style.css | 2 + header-main.php | 317 ------------------------------------------------ header.php | 2 + products.php | 4 +- store.php | 4 +- 5 files changed, 10 insertions(+), 319 deletions(-) delete mode 100644 header-main.php diff --git a/css/style.css b/css/style.css index 32e6d66..3192a60 100644 --- a/css/style.css +++ b/css/style.css @@ -497,6 +497,8 @@ textarea.input { .header-search { padding: 15px 0px; + margin-right: -172px; + margin-left: 107px; } .header-search form { diff --git a/header-main.php b/header-main.php deleted file mode 100644 index 9388269..0000000 --- a/header-main.php +++ /dev/null @@ -1,317 +0,0 @@ - - - - - - - - - - - Cool Shopping Site - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- '; - - }else{ - echo ' - '; - - } - ?> - - - - -
- - - - - - - - -
- - - - - - - - - \ No newline at end of file diff --git a/header.php b/header.php index acc2555..1a9b96e 100644 --- a/header.php +++ b/header.php @@ -194,11 +194,13 @@ session_start();
+
diff --git a/store.php b/store.php index 027dec7..b1906c1 100644 --- a/store.php +++ b/store.php @@ -75,10 +75,12 @@ include 'header.php'; +