From 2b3b942ba34534bee301cffb28fe8a84dba62c14 Mon Sep 17 00:00:00 2001
From: YvanNours~
Date: Fri, 26 May 2023 14:58:56 +0200
Subject: [PATCH 1/2] yvan
---
agile-dev/css/custom.css | 39 +++++++++++++++++++++++++++++++++++++++
agile-dev/index.html | 20 ++++++++++++++++----
2 files changed, 55 insertions(+), 4 deletions(-)
diff --git a/agile-dev/css/custom.css b/agile-dev/css/custom.css
index e69de29..d083cee 100644
--- a/agile-dev/css/custom.css
+++ b/agile-dev/css/custom.css
@@ -0,0 +1,39 @@
+ul.navbar {
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+ overflow: hidden;
+ background-color: #333;
+}
+
+ul.navbar li {
+ float: left;
+}
+
+ul.navbar li a {
+ display: block;
+ color: white;
+ text-align: center;
+ padding: 14px 16px;
+ text-decoration: none;
+}
+
+ul.navbar li a:hover {
+ background-color: #111;
+}
+
+ul.navbar li.navbar-logo {
+ margin-right: 20px;
+}
+
+ul.navbar li.navbar-logo img {
+ height: 40px;
+ vertical-align: middle;
+}
+ul.navbar li.navbar-button {
+ float: right;
+}
+
+ul.navbar li.navbar-button a {
+ background-color: #4CAF50;
+}
\ No newline at end of file
diff --git a/agile-dev/index.html b/agile-dev/index.html
index 2fb0a11..5078ac7 100644
--- a/agile-dev/index.html
+++ b/agile-dev/index.html
@@ -4,9 +4,9 @@
-
+
-
+
🤙 Yo! application 🤙 | Simplon
@@ -18,8 +18,20 @@
-
+
-
+
+
+