liens qui ouvrent dans le meme onglet
This commit is contained in:
32
styles/header.css
Normal file
32
styles/header.css
Normal 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);
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user