position des menus

This commit is contained in:
hugogogo
2020-12-02 11:56:05 +01:00
parent 8d56295b20
commit e128b59431
5 changed files with 150 additions and 64 deletions

View File

@@ -198,55 +198,4 @@ em {
#main {
position: relative;
height: 100vh;
width: 100vw;
}
img {
width: 100%;
height: 100%;
}
.contain {
object-fit: contain;
}
.cover {
object-fit: cover;
}
.link-index {
position: absolute;
display: flex;
}
.dot-link {
width: 30px;
height: 30px;
margin: auto;
margin-right: 10px;
border-radius: 50%;
}
.menu-link {
margin: auto;
}
.container-link-asso {
top: 100px;
left: 200px;
}
.dot-link-asso {
background-color: var(--color-purple);
}
.container-link-litterall {
top: 300px;
left: 600px;
}
.dot-link-litterall {
background-color: var(--color-green);
}
.container-link-lettredeeda {
top: 600px;
left: 900px;
}
.dot-link-lettredeeda {
background-color: var(--color-blue);
}