liens qui ouvrent dans le meme onglet

This commit is contained in:
hugogogo
2020-12-03 18:36:08 +01:00
parent a9804154c9
commit af67fe42d1
7 changed files with 72 additions and 11 deletions

32
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);
}

View File

@@ -162,6 +162,10 @@ html {
main {
min-height: calc(100vh - 70px);
}
body {
display: flex;
flex-direction: column;
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--font-titles), var(--font-fallback), sans-serif;
}