create two version old and new

This commit is contained in:
Hugo LAMY
2022-03-26 18:56:28 +01:00
parent e10fc7ce33
commit 3d938681a0
575 changed files with 10766 additions and 3 deletions

32
new/styles/header.css Normal file
View File

@@ -0,0 +1,32 @@
/*/////////////////////////*/
/*MENU*/
.menu {
display: flex;
height: 40px;
}
.menu > * {
margin: auto;
}
.link-index {
display: flex;
}
.menu-link {
margin: auto;
}
.dot-link {
width: 30px;
height: 30px;
margin: auto;
margin-right: 10px;
border-radius: 50%;
}
.dot-link-asso {
background-color: var(--color-purple);
}
.dot-link-litterall {
background-color: var(--color-green);
}
.dot-link-lettredeeda {
background-color: var(--color-water);
}