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);
|
||||
}
|
||||
Reference in New Issue
Block a user