Заменила видео и добавила эффект.
This commit is contained in:
Binary file not shown.
BIN
source/Video/Video_Engine.mp4
Normal file
BIN
source/Video/Video_Engine.mp4
Normal file
Binary file not shown.
@ -176,9 +176,9 @@ img {
|
||||
font-weight: var(--font-semi-bold);
|
||||
}
|
||||
|
||||
.nav-button:hover {
|
||||
/* .nav-button:hover {
|
||||
background: radial-gradient(#373737 0%, #00000000 100%);
|
||||
}
|
||||
} */
|
||||
|
||||
.nav-close {
|
||||
position: absolute;
|
||||
@ -250,9 +250,9 @@ img {
|
||||
inset 0 4px 8px hsla(0, 0%, 44%, 0.4);
|
||||
}
|
||||
|
||||
.home-button:hover {
|
||||
/* .home-button:hover {
|
||||
background: radial-gradient(#373737 0%, #00000000 100%);
|
||||
}
|
||||
} */
|
||||
|
||||
.dowload-button {
|
||||
display: inline-block;
|
||||
@ -265,9 +265,9 @@ img {
|
||||
inset 0 4px 8px hsla(0, 0%, 44%, 0.4);
|
||||
}
|
||||
|
||||
.dowload-button:hover {
|
||||
/* .dowload-button:hover {
|
||||
background: radial-gradient(#373737 0%, #00000000 100%);
|
||||
}
|
||||
} */
|
||||
|
||||
.home-images {
|
||||
position: relative;
|
||||
@ -280,6 +280,8 @@ img {
|
||||
position: relative;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
filter: drop-shadow(0px 0px 20px hsla(0, 0%, 32%, 0.3));
|
||||
|
||||
}
|
||||
|
||||
.product-engine {
|
||||
@ -319,7 +321,7 @@ img {
|
||||
|
||||
.footer {
|
||||
display: block;
|
||||
margin-inline: 3rem;
|
||||
margin-inline: 2rem;
|
||||
border-top: .2px solid var(--text-color);
|
||||
}
|
||||
|
||||
@ -336,7 +338,7 @@ img {
|
||||
.footer-list {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
column-gap: 4.5rem;
|
||||
column-gap: 1rem;
|
||||
padding: 1.5rem;
|
||||
color: var(--title-color);
|
||||
font-size: var(--small-font-size);
|
||||
@ -437,7 +439,6 @@ img {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media screen and (min-width: 576px) {
|
||||
.home-container {
|
||||
grid-template-columns: 400px;
|
||||
|
||||
Reference in New Issue
Block a user