position des menus
This commit is contained in:
55
styles/menu.css
Normal file
55
styles/menu.css
Normal file
@@ -0,0 +1,55 @@
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
/*/////////////////////////*/
|
||||
/*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);
|
||||
}
|
||||
|
||||
/*//////////////////////////////*/
|
||||
/*IMAGE*/
|
||||
#main {
|
||||
position: relative;
|
||||
height: calc(100vh - 40px);
|
||||
width: 100vw;
|
||||
}
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.contain {
|
||||
object-fit: contain;
|
||||
}
|
||||
.cover {
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user