| Server IP : 14.225.216.240 / Your IP : 216.73.216.26 Web Server : nginx/1.20.1 System : Linux localhost.localdomain 5.14.0-596.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jun 27 16:02:33 UTC 2025 x86_64 User : taidh ( 1001) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/pts/st/assets/css/ |
Upload File : |
.bg-image {
position: relative;
overflow: hidden;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.bg-image img {
/* transform-origin: 0 0;
transition: transform .25s, visibility .25s ease-in; */
transition: transform 2s, filter 1.5s ease-in-out;
transform-origin: center center;
}
.bg-image:hover img {
/* transform: scale(1.1); */
transform: scale(1.3);
}
.mask {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
background-attachment: fixed;
background-color: rgba(0, 0, 0, 0.5);
}
.mask h3 {
color: #ffffff !important;
margin-left: 1em;
margin-right: 1em;
}
.mask p {
color: #ffffff !important;
margin-left: 1em;
margin-right: 1em;
}
.mask .btn {
margin-left: 1em;
margin-right: 1em;
width: fit-content;
padding-left: 1em;
padding-right: 1em;
}
.mask .btn:hover {
color: #ffffff !important;
border-color: #ffffff !important;
}