Server : Apache System : Linux profile 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64 User : apache ( 48) PHP Version : 8.0.28 Disable Function : NONE Directory : /var/www/html/durgesh/assets/scss/ |
.gallery-area{
.gallery-box{
.single-gallery{
overflow: hidden;
z-index: 0;
position: relative;
&::after{
content: "";
background-color: rgba(11, 14, 13,0.702);
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
visibility: hidden;
opacity: 0;
@include transition(.4s);
}
.big-img{
height:730px;
}
.smoll-img{
height:365px;
}
.gallery-img{
background-size: cover;
background-repeat: no-repeat;
height:486px;
}
}
}
}
// Hover Effect
.gallery-box:hover .single-gallery::after{
visibility: visible;
opacity: 1;
}