diff --git a/css/home.css b/css/home.css index 10b52b2..c5776dc 100644 --- a/css/home.css +++ b/css/home.css @@ -1,6 +1,9 @@ body{ background-color: rgba(214, 214, 214, 0.26); } +a{ + text-decoration: none; +} .bg-shadow{ box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); } @@ -13,3 +16,5 @@ body{ .cose-category-bg:hover{ transform: scale(1.1); } + + diff --git a/include/loginForm.php b/include/loginForm.php new file mode 100644 index 0000000..890f37c --- /dev/null +++ b/include/loginForm.php @@ -0,0 +1,27 @@ + + \ No newline at end of file diff --git a/include/navBar.php b/include/navBar.php index 38ef752..f3cb632 100644 --- a/include/navBar.php +++ b/include/navBar.php @@ -9,10 +9,13 @@ - + Logo
Login
- \ No newline at end of file + + + diff --git a/index.php b/index.php index 3908754..c5bdd9e 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,7 @@ +