From 18a41dd1bb25abfc7591d038da988571b1bc3124 Mon Sep 17 00:00:00 2001 From: Dmytro Lamashevski <56080362+DmytroLamashevskyi@users.noreply.github.com> Date: Wed, 1 Dec 2021 00:03:37 +0100 Subject: [PATCH] Fixed merge commits Fixed merge commits Added password pattern: https://www.w3schools.com/howto/howto_js_password_validation.asp Validating to make password one and two similar: https://stackoverflow.com/questions/9142527/can-you-require-two-form-fields-to-match-with-html5 Fixed Button and HTML Tags for text in login and registration form --- Header.php | 4 +++- index.php | 14 +++++++------- signup.php | 15 ++++++++------- 3 files changed, 18 insertions(+), 15 deletions(-) diff --git a/Header.php b/Header.php index 45a80a2..718d8f3 100644 --- a/Header.php +++ b/Header.php @@ -23,7 +23,7 @@ if (mysqli_connect_errno()) { - + @@ -42,6 +42,8 @@ if (mysqli_connect_errno()) { user-select: none; } + /*Rule to include a block of CSS properties only if a certain condition is true.*/ + /*https://www.w3schools.com/css/css_rwd_mediaqueries.asp*/ @media (min-width: 768px) { .bd-placeholder-img-lg { font-size: 3.5rem; diff --git a/index.php b/index.php index 6bc4fc3..8c1dc9f 100644 --- a/index.php +++ b/index.php @@ -30,20 +30,20 @@ if (isset($_SESSION["user_fullname"])) {