ts @types. React hooks

This commit is contained in:
grinikita
2025-04-27 19:56:23 +03:00
parent a621b0f6ab
commit 330e4c0d74
13 changed files with 238 additions and 146 deletions
-53
View File
@@ -47,48 +47,6 @@
gap: 23px;
}
.hero-cub1 {
position: relative;
width: 391px;
height: 394px;
border-radius: 25px;
background: center / cover no-repeat url('../../../images/img.png'), #F8F8F8;
}
.hero-cub1::after {
content: '';
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
border-radius: 25px;
background: center / cover no-repeat url('../../../images/img.png'), #F8F8F8;
transform: translateY(25px);
filter: blur(83.7px);
}
.hero-cub2 {
position: absolute;
top: 181px;
left: calc(100% + 38px);
width: 320px;
height: 322px;
border-radius: 25px;
background: center / cover no-repeat url('../../../images/img_1.png'), #F8F8F8;
}
.hero-cub2::after {
content: '';
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
border-radius: 25px;
background: center / cover no-repeat url('../../../images/img_1.png'), #F8F8F8;
transform: translateY(25px);
filter: blur(83.7px);
}
.cub1-arrow {
position: absolute;
left: calc(100% + 23px);
@@ -102,14 +60,3 @@
right: 0;
z-index: -1;
}
.hero-cubs {
display: flex;
flex-direction: column;
align-items: center;
justify-self: start;
}
.hero-cubs .lr-button {
margin-top: 71px;
}