Добавила ресурсы.

This commit is contained in:
Yulia Polushvayko
2025-06-01 17:29:06 +03:00
parent 9c183bcd85
commit 374f427d2e
28 changed files with 218 additions and 0 deletions

View File

@ -0,0 +1,34 @@
.bgvideo {
height: 80vh;
width: 100%;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
.bgvideo video {
height: 80vh;
width: 100%;
position: absolute;
top: 0;
left: 0;
object-fit: cover;
z-index: 1;
}
.effect {
height: 80vh;
width: 100%;
position: absolute;
top: 0;
left: 0;
object-fit: cover;
z-index: 2;
background-color: rgba(0, 0, 0, 0.412);
}
.video-text {
color: bisque;
z-index: 2;
}