mise a jour de la barre de navigation en css
This commit is contained in:
@@ -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.
|
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.
|
||||||
|
|||||||
@@ -10,25 +10,25 @@ footer{
|
|||||||
background-color: lightgrey;
|
background-color: lightgrey;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav{
|
.nav{
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
background-color: blue;
|
background-color: #000000ccc;
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav-element{
|
.nav-element{
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav-link{
|
.nav-link{
|
||||||
display: block;
|
display: block;
|
||||||
color: white;
|
color: white;
|
||||||
padding: 14px 16px;
|
padding: 14px 16px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav-link:hover{
|
.nav-link:hover{
|
||||||
background-color: light-blue;
|
background-color: light-blue;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<h2 class="titre">Objectifs</h2>
|
<h2 class="titre">Objectifs</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li class="third-section-list-element"><a href="concordvc.html">ConcordVC</a></li>
|
<li class="third-section-list-element"><a href="{{ get_url(path='@/objectifs/voicechat.md')}}">ConcordVC</a></li>
|
||||||
<li class="third-section-list-element"><a href="autoslicer.html">Auto-Slicer</a></li>
|
<li class="third-section-list-element"><a href="autoslicer.html">Auto-Slicer</a></li>
|
||||||
<li class="third-section-list-element"><a href="autowater.html">Auto-water</a></li>
|
<li class="third-section-list-element"><a href="autowater.html">Auto-water</a></li>
|
||||||
<li class="third-section-list-element"><a href="{{ get_url(path='@/objectifs/porsche-944.md')}}">Porsche 944 turbo</a></li>
|
<li class="third-section-list-element"><a href="{{ get_url(path='@/objectifs/porsche-944.md')}}">Porsche 944 turbo</a></li>
|
||||||
|
|||||||
Reference in New Issue
Block a user