From 3d98dc99ed41036a359e35b10c4a1d1ccadb1520 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 7 Mar 2026 13:17:09 +0100 Subject: [PATCH] mise a jour de la barre de navigation en css --- content/objectifs/voicechat.md | 2 +- static/style.css | 10 +++++----- templates/index.html | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/content/objectifs/voicechat.md b/content/objectifs/voicechat.md index b9bb6d9..1dee4b6 100644 --- a/content/objectifs/voicechat.md +++ b/content/objectifs/voicechat.md @@ -1,5 +1,5 @@ +++ -title = "voicechat" +title = "ConcordVC" +++ Concord Voice Chat est une application web qui a pour but de fournir un salon vocal sans friction, ephemere et freemium pour le plus grand nombre. diff --git a/static/style.css b/static/style.css index b5cb4a7..46f6476 100644 --- a/static/style.css +++ b/static/style.css @@ -10,25 +10,25 @@ footer{ background-color: lightgrey; } -#nav{ +.nav{ list-style-type: none; margin: 0px; padding: 0px; - background-color: blue; + background-color: #000000ccc; display: flex; } -#nav-element{ +.nav-element{ float: right; } -#nav-link{ +.nav-link{ display: block; color: white; padding: 14px 16px; text-decoration: none; } -#nav-link:hover{ +.nav-link:hover{ background-color: light-blue; } diff --git a/templates/index.html b/templates/index.html index bcd89b0..a1969f0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -19,7 +19,7 @@

Objectifs