diff --git a/src/style/style.css b/src/style/style.css index 135c255..911e9b9 100755 --- a/src/style/style.css +++ b/src/style/style.css @@ -53,6 +53,10 @@ header { background-repeat: no-repeat; } +.login { + display: none; +} + nav { background-color: #575757; border-radius: 8px; diff --git a/view/footer.php b/view/footer.php index 69a8bdf..6ea5819 100755 --- a/view/footer.php +++ b/view/footer.php @@ -1,5 +1,5 @@
- diff --git a/view/header.php b/view/header.php index 76ec696..2a86762 100755 --- a/view/header.php +++ b/view/header.php @@ -22,4 +22,11 @@
+
+
+ + + +
+