Update : Nav style
This commit is contained in:
@@ -8,13 +8,34 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nav {
|
||||||
|
display: flex;
|
||||||
|
background-color: #13172c;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
|
||||||
nav ul {
|
nav ul {
|
||||||
display: flex;
|
display: flex;
|
||||||
background-color: #13172C;
|
list-style: none;
|
||||||
|
align-items: center;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav ul li a {
|
||||||
|
color: #FFEFE5;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav ul li {
|
nav ul li {
|
||||||
width: 15%;
|
width: 12,5%;
|
||||||
|
padding: 0 60px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
nav img {
|
||||||
|
max-width: 220px;
|
||||||
|
max-height: 60px;
|
||||||
|
justify-content: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
/****************************/
|
/****************************/
|
||||||
|
|||||||
@@ -10,6 +10,8 @@
|
|||||||
<body class="accueil">
|
<body class="accueil">
|
||||||
<main>
|
<main>
|
||||||
<nav>
|
<nav>
|
||||||
|
<img src="images/LogoALT-F4_Nav.svg" alt="ALT-F4">
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="index.html">Accueil</a></li>
|
<li><a href="index.html">Accueil</a></li>
|
||||||
<li><a href="aPropos.html">À propos</a></li>
|
<li><a href="aPropos.html">À propos</a></li>
|
||||||
|
|||||||
Reference in New Issue
Block a user