final
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
@@ -15,4 +15,8 @@ body{
|
||||
|
||||
main{
|
||||
padding-top: 45px;
|
||||
}
|
||||
|
||||
p div{
|
||||
color: white;
|
||||
}
|
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user