landing page done

This commit is contained in:
BIG2EYEZ
2024-01-25 16:33:56 +08:00
parent 92b0f86be6
commit 39f7ad3c73
30 changed files with 8644 additions and 6 deletions

View File

@ -0,0 +1,15 @@
.jarallax {
position: relative;
z-index: 0;
}
.jarallax > .jarallax-img {
position: absolute;
object-fit: cover;
/* support for plugin https://github.com/bfred-it/object-fit-images */
font-family: 'object-fit: cover;';
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}