This commit is contained in:
2024-01-19 23:59:49 +01:00
parent d8a1133a1f
commit 0346e6c8f8
12 changed files with 25 additions and 84 deletions

View File

@@ -63,14 +63,14 @@ outline: none;
}
#img-txt div:hover .img_main{
box-shadow: 0 40px 60px rgba(150,0,0,0.7);
box-shadow: 0 40px 60px rgba(150,0,0,0.4);
transform: scale(1.2,1.2);
transition: transform ease 0.8s;
filter: saturate(1);
}
#img-txt div:not(:hover) p{
background-color: rgba(150,150,150,0.4);
background-color: rgba(150,150,150,0.7);
}

View File

@@ -15,4 +15,8 @@ body{
main{
padding-top: 45px;
}
p div{
color: white;
}

View File

@@ -248,13 +248,7 @@ footer #cp {
padding:0;
}
#menu-mobile{
background-color: darkred;
z-index: 100;
height: 10vh;
width: 30vw;
display: none;
}
@media only screen and (max-width: 800px){
@@ -269,36 +263,5 @@ footer #cp {
display: none;
}
#menu-ordi{
display: none;
}
#menu-mobile{
position: fixed;
display: block;
}
#menu-mobile ul{
display: none;
margin-bottom: 2vh;
}
#menu-mobile button {
display: none;
height: 5vh;
width: 20vw;
}
#menu-mobile:hover{
width: 30vw;
height: 75vh;
}
#menu-mobile:hover ul{
display: flex;
flex-direction: column;
justify-content: space-evenly;
}
#menu-mobile:hover button{
display: block;
}
}